From 2f8617faa7c36d126a552c84632e240b6b6986ae Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Tue, 15 Aug 2023 20:05:48 +0000 Subject: [PATCH] chore(minor): release 1.14.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.14.0](https://github.com/open-sauced/ai/compare/v1.13.0...v1.14.0) (2023-08-15) ### 🍕 Features * modify suggested queries ([#251](https://github.com/open-sauced/ai/issues/251)) ([d3ac35a](https://github.com/open-sauced/ai/commit/d3ac35a3bc7183c26a4bdf5687734e248a942b36)) ### 🐛 Bug Fixes * incorrect embedding status, regex security warnings ([#253](https://github.com/open-sauced/ai/issues/253)) ([34f66b1](https://github.com/open-sauced/ai/commit/34f66b18bd8c665a6d7199143eeeec8c18ac8379)) * updated link ([#245](https://github.com/open-sauced/ai/issues/245)) ([fe1a58b](https://github.com/open-sauced/ai/commit/fe1a58b6244c9ca1aba1700c3efb406267929ed0)) --- CHANGELOG.md | 13 +++++++++++++ manifest.json | 2 +- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab46dd78..76b51ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ > All notable changes to this project will be documented in this file +## [1.14.0](https://github.com/open-sauced/ai/compare/v1.13.0...v1.14.0) (2023-08-15) + + +### 🍕 Features + +* modify suggested queries ([#251](https://github.com/open-sauced/ai/issues/251)) ([d3ac35a](https://github.com/open-sauced/ai/commit/d3ac35a3bc7183c26a4bdf5687734e248a942b36)) + + +### 🐛 Bug Fixes + +* incorrect embedding status, regex security warnings ([#253](https://github.com/open-sauced/ai/issues/253)) ([34f66b1](https://github.com/open-sauced/ai/commit/34f66b18bd8c665a6d7199143eeeec8c18ac8379)) +* updated link ([#245](https://github.com/open-sauced/ai/issues/245)) ([fe1a58b](https://github.com/open-sauced/ai/commit/fe1a58b6244c9ca1aba1700c3efb406267929ed0)) + ## [1.14.0-beta.2](https://github.com/open-sauced/ai/compare/v1.14.0-beta.1...v1.14.0-beta.2) (2023-08-15) diff --git a/manifest.json b/manifest.json index 51503aea..f405e689 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "OpenSauced.ai", - "version": "1.13.0", + "version": "1.14.0", "action": { "default_popup": "index.html" }, "content_scripts": [ { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 473b5200..29abf17d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.14.0-beta.2", + "version": "1.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.14.0-beta.2", + "version": "1.14.0", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index ed0a8eac..a57fb81a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.14.0-beta.2", + "version": "1.14.0", "files": [ "dist" ],