diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce024e..9660c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.3](https://github.com/gmickel/CodeWhisper/compare/v1.13.2...v1.13.3) (2024-08-06) + + +### Bug Fixes + +* more diff mode improvements ([#81](https://github.com/gmickel/CodeWhisper/issues/81)) ([2e3ceb3](https://github.com/gmickel/CodeWhisper/commit/2e3ceb37b8f98edc35c59f33026c1f0e6a2213b0)) + ## [1.13.2](https://github.com/gmickel/CodeWhisper/compare/v1.13.1...v1.13.2) (2024-08-06) diff --git a/package.json b/package.json index f29d4b0..281d2f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codewhisper", "type": "module", - "version": "1.13.2", + "version": "1.13.3", "description": "A powerful tool for converting repository code to AI-friendly prompts", "author": "Gordon Mickel ", "license": "MIT",