Skip to content

Commit

Permalink
chore(patch): release 1.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.1](v1.12.0...v1.12.1) (2023-08-10)

### 🐛 Bug Fixes

* Multiple button injections ([#244](#244)) ([0e06d3e](0e06d3e))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Aug 10, 2023
1 parent 5ff1f77 commit c2b41f8
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.12.1](https://github.com/open-sauced/ai/compare/v1.12.0...v1.12.1) (2023-08-10)


### 🐛 Bug Fixes

* Multiple button injections ([#244](https://github.com/open-sauced/ai/issues/244)) ([0e06d3e](https://github.com/open-sauced/ai/commit/0e06d3edd5639f469dc8504077487cfd88eb3506))

## [1.12.1-beta.1](https://github.com/open-sauced/ai/compare/v1.12.0...v1.12.1-beta.1) (2023-08-10)


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": "1.12.0",
"version": "1.12.1",
"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.12.1-beta.1",
"version": "1.12.1",
"files": [
"dist"
],
Expand Down

0 comments on commit c2b41f8

Please sign in to comment.