diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 10d2415..688c06f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @api2ai/core +## 0.2.0 + +### Minor Changes + +- Exclude cjs build + ## 0.1.2 ### Patch Changes diff --git a/core/package.json b/core/package.json index 7ae8bcf..9aa3fa2 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@api2ai/core", - "version": "0.1.2", + "version": "0.2.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT",