diff --git a/CHANGELOG.md b/CHANGELOG.md index de692fc..e3928d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.17](https://github.com/jipitiai/askcodebase-common/compare/v1.1.16...v1.1.17) (2023-08-10) + + +### Features + +* add internal error ([e23bd15](https://github.com/jipitiai/askcodebase-common/commit/e23bd159b75a2424e6ed1ef7cf9ef2bd4e17fbb1)) + + + ## [1.1.16](https://github.com/jipitiai/askcodebase-common/compare/v1.1.15...v1.1.16) (2023-08-04) diff --git a/package.json b/package.json index 1b15d25..0a0d111 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askcodebase/common", - "version": "1.1.16", + "version": "1.1.17", "description": "Common types, definitions for AskCodebase client and server.", "main": "dist/index.js", "types": "dist/index.d.ts",