From 39e791ba861022b707a8189f8afc972871c46991 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 14 Jul 2023 04:18:41 +0000 Subject: [PATCH] chore(minor): release 1.11.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.11.0](https://github.com/open-sauced/ai/compare/v1.10.0...v1.11.0) (2023-07-14) ### 🍕 Features * make formal the default tone ([#211](https://github.com/open-sauced/ai/issues/211)) ([814378d](https://github.com/open-sauced/ai/commit/814378d4cbe31aa4c38ea1f8900c9f8bd3c97ae0)) --- 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 4fd2193..198b020 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.0](https://github.com/open-sauced/ai/compare/v1.10.0...v1.11.0) (2023-07-14) + + +### 🍕 Features + +* make formal the default tone ([#211](https://github.com/open-sauced/ai/issues/211)) ([814378d](https://github.com/open-sauced/ai/commit/814378d4cbe31aa4c38ea1f8900c9f8bd3c97ae0)) + ## [1.11.0-beta.1](https://github.com/open-sauced/ai/compare/v1.10.0...v1.11.0-beta.1) (2023-07-14) diff --git a/manifest.json b/manifest.json index 4b4b788..0f62712 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "OpenSauced.ai", - "version": "1.10.0", + "version": "1.11.0", "action": { "default_popup": "index.html" }, "content_scripts": [ { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7cebe30..b1a71d1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.11.0-beta.1", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.11.0-beta.1", + "version": "1.11.0", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index e969891..7cc0665 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.11.0-beta.1", + "version": "1.11.0", "files": [ "dist" ],