diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e59d5..43e4fc5 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.2](https://github.com/open-sauced/ai/compare/v1.11.1-beta.1...v1.11.1-beta.2) (2023-07-15) + + +### 🐛 Bug Fixes + +* Broken authentication on dev ([#215](https://github.com/open-sauced/ai/issues/215)) ([c6bf2c8](https://github.com/open-sauced/ai/commit/c6bf2c801a5dc39131e8bf6fb8a4965316d8bbb2)) + ## [1.11.1-beta.1](https://github.com/open-sauced/ai/compare/v1.11.0...v1.11.1-beta.1) (2023-07-15) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 947aede..08ebf7c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.11.1-beta.1", + "version": "1.11.1-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.11.1-beta.1", + "version": "1.11.1-beta.2", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index 0e42309..6973977 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.11.1-beta.1", + "version": "1.11.1-beta.2", "files": [ "dist" ],