diff --git a/CHANGELOG.md b/CHANGELOG.md index 9631dc2..208660f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/gmickel/CodeWhisper/compare/v1.0.1...v1.0.2) (2024-07-21) + + +### Bug Fixes + +* npm cli.js entrypoint ([265a481](https://github.com/gmickel/CodeWhisper/commit/265a481a3f7d6d527c8a3dafbeb316004b896406)) + ## [1.0.1](https://github.com/gmickel/CodeWhisper/compare/v1.0.0...v1.0.1) (2024-07-21) diff --git a/package.json b/package.json index 97c7553..5fc676b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codewhisper", "type": "module", - "version": "1.0.1", + "version": "1.0.2", "description": "A powerful tool for converting repository code to AI-friendly prompts", "author": "Gordon Mickel ", "license": "MIT",