From f67f67339a5daca506822715ee29aa66c4b0ba6e Mon Sep 17 00:00:00 2001 From: Anush Date: Sat, 15 Jul 2023 14:22:12 +0000 Subject: [PATCH] chore(patch): release 1.11.1-beta.2 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e59d5f..43e4fc5a 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 947aede3..08ebf7c7 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 0e42309f..69739772 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" ],