Skip to content

Commit

Permalink
chore(minor): release 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.0](v1.6.0...v1.7.0) (2023-06-15)

### 🐛 Bug Fixes

* update email invite message ([c1008e5](c1008e5))

### 🍕 Features

* Added Contributed Repos to profile page ([#181](#181)) ([4901f7b](4901f7b))
* AI PR review menu ([#174](#174)) ([ef52439](ef52439))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Jun 15, 2023
1 parent facf077 commit 9f9199e
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.7.0](https://github.com/open-sauced/ai/compare/v1.6.0...v1.7.0) (2023-06-15)


### 🐛 Bug Fixes

* update email invite message ([c1008e5](https://github.com/open-sauced/ai/commit/c1008e5f94f82cc87f9f3691bdd8d664b6a6f684))


### 🍕 Features

* Added Contributed Repos to profile page ([#181](https://github.com/open-sauced/ai/issues/181)) ([4901f7b](https://github.com/open-sauced/ai/commit/4901f7b322b87e27ed755be598c2975d6329f067))
* AI PR review menu ([#174](https://github.com/open-sauced/ai/issues/174)) ([ef52439](https://github.com/open-sauced/ai/commit/ef5243921ced600cec4ed0270c76ecdf9885ab0b))

## [1.7.0-beta.2](https://github.com/open-sauced/ai/compare/v1.7.0-beta.1...v1.7.0-beta.2) (2023-06-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.6.0",
"version": "1.7.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.7.0-beta.2",
"version": "1.7.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 9f9199e

Please sign in to comment.