From d81f94a904858a7cfa65689948e625519284538a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Aug 2024 19:37:36 +0000 Subject: [PATCH] chore(release): 1.14.3 [skip ci] ## [1.14.3](https://github.com/gmickel/CodeWhisper/compare/v1.14.2...v1.14.3) (2024-08-12) ### Bug Fixes * update whole code editing prompt to avoid lazy coding ([b760acf](https://github.com/gmickel/CodeWhisper/commit/b760acf75af405cb5b21e9e4e833f17f2a4584bf)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d4934..8d8a8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.3](https://github.com/gmickel/CodeWhisper/compare/v1.14.2...v1.14.3) (2024-08-12) + + +### Bug Fixes + +* update whole code editing prompt to avoid lazy coding ([b760acf](https://github.com/gmickel/CodeWhisper/commit/b760acf75af405cb5b21e9e4e833f17f2a4584bf)) + ## [1.14.2](https://github.com/gmickel/CodeWhisper/compare/v1.14.1...v1.14.2) (2024-08-09) diff --git a/package.json b/package.json index 95cf229..c44237d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codewhisper", "type": "module", - "version": "1.14.2", + "version": "1.14.3", "description": "AI-Powered End-to-End Task Implementation & blazingly fast Codebase-to-LLM Context Bridge", "author": "Gordon Mickel ", "license": "MIT",