diff --git a/.changeset/strong-horses-reply.md b/.changeset/strong-horses-reply.md deleted file mode 100644 index 99bb7be..0000000 --- a/.changeset/strong-horses-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inform-ai": patch ---- - -Fixed CJS output diff --git a/CHANGELOG.md b/CHANGELOG.md index af1a25b..7726bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # inform-ai +## 0.5.2 + +### Patch Changes + +- 1014721: Fixed CJS output + ## 0.5.1 ### Patch Changes diff --git a/package.json b/package.json index 9ce1704..969cbcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inform-ai", - "version": "0.5.1", + "version": "0.5.2", "description": "A collection of hooks and utilities to easily add contextual AI to React applications", "main": "./dist/index.cjs.js", "module": "./dist/index.js",