diff --git a/CHANGELOG.md b/CHANGELOG.md index 412d959..7b3a8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## [1.1.9](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.9) (2023-08-02) +### Bug Fixes + +* export env variable error in index.ts ([ff97672](https://github.com/jipitiai/askcodebase-common/commit/ff97672e34c904fb677f4ea483a9fdcc74eb2422)) + + + +## [1.1.9](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.9) (2023-08-02) + + ### Bug Fixes * set permissions for github action ([79013d2](https://github.com/jipitiai/askcodebase-common/commit/79013d2c3f3cf7ffc39b395228c5ad485e8c1746)) diff --git a/package.json b/package.json index 6a92900..9293953 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askcodebase/common", - "version": "1.1.8", + "version": "1.1.9", "description": "Common types, definitions for AskCodebase client and server.", "main": "dist/index.js", "types": "dist/index.d.ts",