From c791b3e6ca371e166618d43705a344bfe376cbc4 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 11 Aug 2023 18:24:14 +0000 Subject: [PATCH] chore(minor): release 1.14.0-beta.1 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.14.0-beta.1](https://github.com/open-sauced/ai/compare/v1.13.1-beta.1...v1.14.0-beta.1) (2023-08-11) ### 🍕 Features * modify suggested queries ([#251](https://github.com/open-sauced/ai/issues/251)) ([d3ac35a](https://github.com/open-sauced/ai/commit/d3ac35a3bc7183c26a4bdf5687734e248a942b36)) --- 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 8e65f65e..2864a323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.14.0-beta.1](https://github.com/open-sauced/ai/compare/v1.13.1-beta.1...v1.14.0-beta.1) (2023-08-11) + + +### 🍕 Features + +* modify suggested queries ([#251](https://github.com/open-sauced/ai/issues/251)) ([d3ac35a](https://github.com/open-sauced/ai/commit/d3ac35a3bc7183c26a4bdf5687734e248a942b36)) + ## [1.13.1-beta.1](https://github.com/open-sauced/ai/compare/v1.13.0...v1.13.1-beta.1) (2023-08-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9565cb9f..843f58c4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.13.1-beta.1", + "version": "1.14.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.13.1-beta.1", + "version": "1.14.0-beta.1", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index 72b21d15..6a6a799e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.13.1-beta.1", + "version": "1.14.0-beta.1", "files": [ "dist" ],