diff --git a/CHANGELOG.md b/CHANGELOG.md index 3625fe0..24e5eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.12](https://github.com/jipitiai/askcodebase-common/compare/v1.1.10...v1.1.12) (2023-08-03) + + +### Bug Fixes + +* add error env variable in index ([42fe446](https://github.com/jipitiai/askcodebase-common/commit/42fe446236af5a6772efe43403ada391cf5d52e3)) + + + ## [1.1.10](https://github.com/jipitiai/askcodebase-common/compare/v1.1.8...v1.1.10) (2023-08-03) diff --git a/package.json b/package.json index d73bc74..fc788e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askcodebase/common", - "version": "1.1.11", + "version": "1.1.12", "description": "Common types, definitions for AskCodebase client and server.", "main": "dist/index.js", "types": "dist/index.d.ts",