diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6492ca..110bad93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.3.0-beta.1](https://github.com/open-sauced/ai/compare/v1.2.0...v1.3.0-beta.1) (2023-05-25) + + +### 🍕 Features + +* adds test and lint to build ([#127](https://github.com/open-sauced/ai/issues/127)) ([6f1cfc7](https://github.com/open-sauced/ai/commit/6f1cfc7435548b3f5cffb83dfa675612603a2869)) + ## [1.2.0](https://github.com/open-sauced/ai/compare/v1.1.0...v1.2.0) (2023-05-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b0c6700d..32ad2ed6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "opensauced-browser-extension", - "version": "1.2.0", + "version": "1.3.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opensauced-browser-extension", - "version": "1.2.0", + "version": "1.3.0-beta.1", "dependencies": { "@types/chrome": "^0.0.231", "@types/node-emoji": "^1.8.2", diff --git a/package.json b/package.json index ae25c1d0..a9799475 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensauced-browser-extension", "private": true, - "version": "1.2.0", + "version": "1.3.0-beta.1", "files": [ "dist" ],