From c2b41f8814806b497d1520fd1422d5242ecf4232 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Thu, 10 Aug 2023 13:18:32 +0000 Subject: [PATCH] chore(patch): release 1.12.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.12.1](https://github.com/open-sauced/ai/compare/v1.12.0...v1.12.1) (2023-08-10) ### 🐛 Bug Fixes * Multiple button injections ([#244](https://github.com/open-sauced/ai/issues/244)) ([0e06d3e](https://github.com/open-sauced/ai/commit/0e06d3edd5639f469dc8504077487cfd88eb3506)) --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ae0ea03..3f706a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.12.1](https://github.com/open-sauced/ai/compare/v1.12.0...v1.12.1) (2023-08-10) + + +### 🐛 Bug Fixes + +* Multiple button injections ([#244](https://github.com/open-sauced/ai/issues/244)) ([0e06d3e](https://github.com/open-sauced/ai/commit/0e06d3edd5639f469dc8504077487cfd88eb3506)) + ## [1.12.1-beta.1](https://github.com/open-sauced/ai/compare/v1.12.0...v1.12.1-beta.1) (2023-08-10) diff --git a/manifest.json b/manifest.json index 5429f2ef..a75f50b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "OpenSauced.ai", - "version": "1.12.0", + "version": "1.12.1", "action": { "default_popup": "index.html" }, "content_scripts": [ { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index df601aa9..0b3d2ce9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.12.1-beta.1", + "version": "1.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.12.1-beta.1", + "version": "1.12.1", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index c1f47d8b..d31019cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.12.1-beta.1", + "version": "1.12.1", "files": [ "dist" ],