Skip to content

Commit

Permalink
chore(minor): release 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.0](v1.13.0...v1.14.0) (2023-08-15)

### 🍕 Features

* modify suggested queries ([#251](#251)) ([d3ac35a](d3ac35a))

### 🐛 Bug Fixes

* incorrect embedding status, regex security warnings ([#253](#253)) ([34f66b1](34f66b1))
* updated link ([#245](#245)) ([fe1a58b](fe1a58b))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Aug 15, 2023
1 parent 9d96eb9 commit 2f8617f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@

> All notable changes to this project will be documented in this file
## [1.14.0](https://github.com/open-sauced/ai/compare/v1.13.0...v1.14.0) (2023-08-15)


### 🍕 Features

* modify suggested queries ([#251](https://github.com/open-sauced/ai/issues/251)) ([d3ac35a](https://github.com/open-sauced/ai/commit/d3ac35a3bc7183c26a4bdf5687734e248a942b36))


### 🐛 Bug Fixes

* incorrect embedding status, regex security warnings ([#253](https://github.com/open-sauced/ai/issues/253)) ([34f66b1](https://github.com/open-sauced/ai/commit/34f66b18bd8c665a6d7199143eeeec8c18ac8379))
* updated link ([#245](https://github.com/open-sauced/ai/issues/245)) ([fe1a58b](https://github.com/open-sauced/ai/commit/fe1a58b6244c9ca1aba1700c3efb406267929ed0))

## [1.14.0-beta.2](https://github.com/open-sauced/ai/compare/v1.14.0-beta.1...v1.14.0-beta.2) (2023-08-15)


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.13.0",
"version": "1.14.0",
"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.0-beta.2",
"version": "1.14.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 2f8617f

Please sign in to comment.