Skip to content

Commit

Permalink
chore(minor): release 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.0](open-sauced/ai@v1.7.0...v1.8.0) (2023-06-18)

### 🧑‍💻 Code Refactoring

* move ai config to settings ([#183](open-sauced/ai#183)) ([c31bd61](open-sauced/ai@c31bd61))
* remove link to dashboard ([#185](open-sauced/ai#185)) ([25b0017](open-sauced/ai@25b0017))

### 🍕 Features

* show highlight reactions ([#186](open-sauced/ai#186)) ([6707b0b](open-sauced/ai@6707b0b))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Jun 18, 2023
1 parent b2aea4b commit 1cfdfd2
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.8.0](https://github.com/open-sauced/ai/compare/v1.7.0...v1.8.0) (2023-06-18)


### 🧑‍💻 Code Refactoring

* move ai config to settings ([#183](https://github.com/open-sauced/ai/issues/183)) ([c31bd61](https://github.com/open-sauced/ai/commit/c31bd61d77878465c359455294865007ff07e7c0))
* remove link to dashboard ([#185](https://github.com/open-sauced/ai/issues/185)) ([25b0017](https://github.com/open-sauced/ai/commit/25b0017ea538e20934ce7b0f751e7903a5d5276b))


### 🍕 Features

* show highlight reactions ([#186](https://github.com/open-sauced/ai/issues/186)) ([6707b0b](https://github.com/open-sauced/ai/commit/6707b0bf3abe67f9b9a26821c8ae4c8eeafb6d07))

## [1.8.0-beta.1](https://github.com/open-sauced/ai/compare/v1.7.1-beta.2...v1.8.0-beta.1) (2023-06-17)


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.7.0",
"version": "1.8.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.8.0-beta.1",
"version": "1.8.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 1cfdfd2

Please sign in to comment.