diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edfcdb2..8b2987b9 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.3](https://github.com/open-sauced/ai/compare/v1.4.1-beta.2...v1.4.1-beta.3) (2023-06-04) + + +### 🧑‍💻 Code Refactoring + +* removed post highlight message passing ([#165](https://github.com/open-sauced/ai/issues/165)) ([bad2112](https://github.com/open-sauced/ai/commit/bad211295a593f59530999d886ac99cc7f398da2)) + ## [1.4.1-beta.2](https://github.com/open-sauced/ai/compare/v1.4.1-beta.1...v1.4.1-beta.2) (2023-06-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3714e2ef..79dffa76 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.4.1-beta.2", + "version": "1.4.1-beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.4.1-beta.2", + "version": "1.4.1-beta.3", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index 243fc964..ef7aaf98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.4.1-beta.2", + "version": "1.4.1-beta.3", "files": [ "dist" ],