Skip to content

Commit

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

### 🧑‍💻 Code Refactoring

* removed post highlight message passing  ([#165](open-sauced/ai#165)) ([bad2112](open-sauced/ai@bad2112))

### 🍕 Features

* extension settings ([#132](open-sauced/ai#132)) ([722cbbe](open-sauced/ai@722cbbe))

### 🐛 Bug Fixes

* highlight redirection, multiple AI generation, draft commit messages ([#163](open-sauced/ai#163)) ([03b91ab](open-sauced/ai@03b91ab))
* post-highlight-page-check ([#164](open-sauced/ai#164)) ([ed98eb2](open-sauced/ai@ed98eb2))
* remove configuration enabled check from AI button ([#170](open-sauced/ai#170)) ([cedca79](open-sauced/ai@cedca79))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Jun 6, 2023
1 parent e916b89 commit d0198fb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

> All notable changes to this project will be documented in this file
## [1.5.0](https://github.com/open-sauced/ai/compare/v1.4.0...v1.5.0) (2023-06-06)


### 🧑‍💻 Code Refactoring

* removed post highlight message passing ([#165](https://github.com/open-sauced/ai/issues/165)) ([bad2112](https://github.com/open-sauced/ai/commit/bad211295a593f59530999d886ac99cc7f398da2))


### 🍕 Features

* extension settings ([#132](https://github.com/open-sauced/ai/issues/132)) ([722cbbe](https://github.com/open-sauced/ai/commit/722cbbecd1843c088b065e91d363e83f71909e4e))


### 🐛 Bug Fixes

* highlight redirection, multiple AI generation, draft commit messages ([#163](https://github.com/open-sauced/ai/issues/163)) ([03b91ab](https://github.com/open-sauced/ai/commit/03b91ab3b73f37e2c916b3cf6c079f2e4b58879c))
* post-highlight-page-check ([#164](https://github.com/open-sauced/ai/issues/164)) ([ed98eb2](https://github.com/open-sauced/ai/commit/ed98eb2c865819adba1cf4a82716c4834c977d0a))
* remove configuration enabled check from AI button ([#170](https://github.com/open-sauced/ai/issues/170)) ([cedca79](https://github.com/open-sauced/ai/commit/cedca79650f5f2dd9d4196ce6d6048097315f6c9))

## [1.5.0-beta.2](https://github.com/open-sauced/ai/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2023-06-06)


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.4.0",
"version": "1.5.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.5.0-beta.2",
"version": "1.5.0",
"files": [
"dist"
],
Expand Down

0 comments on commit d0198fb

Please sign in to comment.