Skip to content

Commit

Permalink
chore(patch): release 1.14.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.2](v1.14.1...v1.14.2) (2023-11-06)

### 🐛 Bug Fixes

* view on open sauced ([#278](#278)) ([eb56300](eb56300))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Nov 6, 2023
1 parent ca6cd55 commit 39fb06d
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.14.2](https://github.com/open-sauced/ai/compare/v1.14.1...v1.14.2) (2023-11-06)


### 🐛 Bug Fixes

* view on open sauced ([#278](https://github.com/open-sauced/ai/issues/278)) ([eb56300](https://github.com/open-sauced/ai/commit/eb563009c32adabede89187035aff9e46ce4f962))

## [1.14.2-beta.1](https://github.com/open-sauced/ai/compare/v1.14.1...v1.14.2-beta.1) (2023-11-05)


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.14.1",
"version": "1.14.2",
"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.14.2-beta.1",
"version": "1.14.2",
"files": [
"dist"
],
Expand Down

0 comments on commit 39fb06d

Please sign in to comment.