diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a85ace..8e65f65e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.13.1-beta.1](https://github.com/open-sauced/ai/compare/v1.13.0...v1.13.1-beta.1) (2023-08-11) + + +### 🐛 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)) + ## [1.13.0](https://github.com/open-sauced/ai/compare/v1.12.1...v1.13.0) (2023-08-10) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7707881e..9565cb9f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.13.0", + "version": "1.13.1-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.13.0", + "version": "1.13.1-beta.1", "dependencies": { "date-fns": "^2.30.0", "gpt-tokenizer": "^1.0.5", diff --git a/package.json b/package.json index 1ddab106..72b21d15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.13.0", + "version": "1.13.1-beta.1", "files": [ "dist" ],