diff --git a/CHANGELOG.md b/CHANGELOG.md index 702150c..ae025ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.2.0-beta.1](https://github.com/open-sauced/ai/compare/v1.1.1-beta.2...v1.2.0-beta.1) (2023-05-23) + + +### 🍕 Features + +* Resources page to link users to open-sauced feedback/discussions ([#100](https://github.com/open-sauced/ai/issues/100)) ([3d607ae](https://github.com/open-sauced/ai/commit/3d607aeeb86d663064fb8b857ea829950ddb1082)) + ### [1.1.1-beta.2](https://github.com/open-sauced/ai/compare/v1.1.1-beta.1...v1.1.1-beta.2) (2023-05-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b234421..75eab4a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.1.1-beta.2", + "version": "1.2.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.1.1-beta.2", + "version": "1.2.0-beta.1", "dependencies": { "@types/chrome": "^0.0.231", "@types/node-emoji": "^1.8.2", diff --git a/package.json b/package.json index 3588ecd..2440702 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.1.1-beta.2", + "version": "1.2.0-beta.1", "files": [ "dist" ],