diff --git a/CHANGELOG.md b/CHANGELOG.md index 198b020d..e7e59d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.11.1-beta.1](https://github.com/open-sauced/ai/compare/v1.11.0...v1.11.1-beta.1) (2023-07-15) + + +### ✅ Tests + +* api responses match our expectations ([#216](https://github.com/open-sauced/ai/issues/216)) ([7f79b0a](https://github.com/open-sauced/ai/commit/7f79b0a3d79ff4120b01574dd730cf54bc608b82)) + ## [1.11.0](https://github.com/open-sauced/ai/compare/v1.10.0...v1.11.0) (2023-07-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b1a71d1b..947aede3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.11.0", + "version": "1.11.1-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.11.0", + "version": "1.11.1-beta.1", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index 7cc06657..0e42309f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.11.0", + "version": "1.11.1-beta.1", "files": [ "dist" ],