From ffcf0b2aed3ce3bd464d9354ba188d4aefedff43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 14:54:46 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/gmickel/CodeWhisper/compare/v1.5.0...v1.5.1) (2024-07-29) ### Bug Fixes * ensure branch name is valid ([82ced3c](https://github.com/gmickel/CodeWhisper/commit/82ced3c1c5ead957979f03756e4e503a85c0b3a2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f5126..640060d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/gmickel/CodeWhisper/compare/v1.5.0...v1.5.1) (2024-07-29) + + +### Bug Fixes + +* ensure branch name is valid ([82ced3c](https://github.com/gmickel/CodeWhisper/commit/82ced3c1c5ead957979f03756e4e503a85c0b3a2)) + # [1.5.0](https://github.com/gmickel/CodeWhisper/compare/v1.4.2...v1.5.0) (2024-07-29) diff --git a/package.json b/package.json index f3cba52..3e42818 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codewhisper", "type": "module", - "version": "1.5.0", + "version": "1.5.1", "description": "A powerful tool for converting repository code to AI-friendly prompts", "author": "Gordon Mickel ", "license": "MIT",