Skip to content

Commit

Permalink
chore(minor): release 1.2.0-beta.4 on beta channel [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0-beta.4](v1.2.0-beta.3...v1.2.0-beta.4) (2023-05-25)

### 🍕 Features

* Manifest.json version bump ([#120](#120)) ([488046b](488046b))
  • Loading branch information
Anush008 authored and open-sauced[bot] committed May 25, 2023
1 parent 488046b commit 9e0f905
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

> All notable changes to this project will be documented in this file
## [1.2.0-beta.4](https://github.com/open-sauced/ai/compare/v1.2.0-beta.3...v1.2.0-beta.4) (2023-05-25)


### 🍕 Features

* Manifest.json version bump ([#120](https://github.com/open-sauced/ai/issues/120)) ([488046b](https://github.com/open-sauced/ai/commit/488046b2eca3b605c38b354e265dc8ed16f637c5))

## [1.2.0-beta.3](https://github.com/open-sauced/ai/compare/v1.2.0-beta.2...v1.2.0-beta.3) (2023-05-23)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "OpenSauced.ai",
"version": "0.0.1",
"version": "1.2.0-beta.4",
"action": { "default_popup": "index.html" },
"content_scripts": [
{
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "opensauced-browser-extension",
"private": true,
"version": "1.2.0-beta.3",
"version": "1.2.0-beta.4",
"files": [
"dist"
],
Expand Down

0 comments on commit 9e0f905

Please sign in to comment.