diff --git a/CHANGELOG.md b/CHANGELOG.md index 072ab23a..d436218a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.4.1-beta.1](https://github.com/open-sauced/ai/compare/v1.4.0...v1.4.1-beta.1) (2023-06-04) + + +### 🐛 Bug Fixes + +* highlight redirection, multiple AI generation, draft commit messages ([#163](https://github.com/open-sauced/ai/issues/163)) ([03b91ab](https://github.com/open-sauced/ai/commit/03b91ab3b73f37e2c916b3cf6c079f2e4b58879c)) + ## [1.4.0](https://github.com/open-sauced/ai/compare/v1.3.0...v1.4.0) (2023-06-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ac16cb9f..cb3ce269 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.4.0", + "version": "1.4.1-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.4.0", + "version": "1.4.1-beta.1", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index c240f7d6..fcf185c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.4.0", + "version": "1.4.1-beta.1", "files": [ "dist" ],