Skip to content

Commit

Permalink
chore(minor): release 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.0](v1.11.1...v1.12.0) (2023-07-31)

### 🍕 Features

* Login with pkce ([#230](#230)) ([42e8d4a](42e8d4a))
* view repos on opensauced ([#218](#218)) ([f33d9fd](f33d9fd))

### 🐛 Bug Fixes

* manual release.yml ([a41de3f](a41de3f))
* post highlights from the extension ([#223](#223)) ([7d91011](7d91011))
* redirect to home page after posting a highlight ([#203](#203)) ([4ebd2d1](4ebd2d1))
* view on open sauced location ([#225](#225)) ([0ecfef0](0ecfef0))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Jul 31, 2023
1 parent e8e7cc5 commit 7ad0fdf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@

> All notable changes to this project will be documented in this file
## [1.12.0](https://github.com/open-sauced/ai/compare/v1.11.1...v1.12.0) (2023-07-31)


### 🍕 Features

* Login with pkce ([#230](https://github.com/open-sauced/ai/issues/230)) ([42e8d4a](https://github.com/open-sauced/ai/commit/42e8d4ad4d3bc47c4138b2eeec20920015183849))
* view repos on opensauced ([#218](https://github.com/open-sauced/ai/issues/218)) ([f33d9fd](https://github.com/open-sauced/ai/commit/f33d9fd8ab66242aecf07be23d961c33b9779727))


### 🐛 Bug Fixes

* manual release.yml ([a41de3f](https://github.com/open-sauced/ai/commit/a41de3f288b1147e5cf9fc0139ac80fcd1c8e2ee))
* post highlights from the extension ([#223](https://github.com/open-sauced/ai/issues/223)) ([7d91011](https://github.com/open-sauced/ai/commit/7d910114ed4c094e8040549496873c79aff2196e))
* redirect to home page after posting a highlight ([#203](https://github.com/open-sauced/ai/issues/203)) ([4ebd2d1](https://github.com/open-sauced/ai/commit/4ebd2d15b8b3bae0ea6b563568b0b7b01a86f832))
* view on open sauced location ([#225](https://github.com/open-sauced/ai/issues/225)) ([0ecfef0](https://github.com/open-sauced/ai/commit/0ecfef0dda3a83b43deaa12189a7dc0474f29d78))

## [1.12.0-beta.6](https://github.com/open-sauced/ai/compare/v1.12.0-beta.5...v1.12.0-beta.6) (2023-07-31)


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.11.1",
"version": "1.12.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.12.0-beta.6",
"version": "1.12.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 7ad0fdf

Please sign in to comment.