Skip to content

Commit

Permalink
chore(minor): release 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.0](v1.8.0...v1.9.0) (2023-06-29)

### ✅ Tests

* Tests for colorPreference and getUserPRVelocity ([#190](#190)) ([6b9a5c3](6b9a5c3))

### 🍕 Features

* post to linkedin projects ([#177](#177)) ([a20bff4](a20bff4))

### 🐛 Bug Fixes

* Made the "Tools:" conditional according to the current page ([#197](#197)) ([b08ad07](b08ad07)), closes [issue#112](https://github.com/open-sauced/issue/issues/112) [issue#112](https://github.com/open-sauced/issue/issues/112)
* separate vite and vitest configs ([#193](#193)) ([7a980c8](7a980c8))
  • Loading branch information
bdougie authored and open-sauced[bot] committed Jun 29, 2023
1 parent 8e5a521 commit 52dc3eb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@

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


### ✅ Tests

* Tests for colorPreference and getUserPRVelocity ([#190](https://github.com/open-sauced/ai/issues/190)) ([6b9a5c3](https://github.com/open-sauced/ai/commit/6b9a5c320e07b10e4222d7210f8f8b7917e6abe7))


### 🍕 Features

* post to linkedin projects ([#177](https://github.com/open-sauced/ai/issues/177)) ([a20bff4](https://github.com/open-sauced/ai/commit/a20bff4aaa762b40fb5d80da8a02ee76271f3ac4))


### 🐛 Bug Fixes

* Made the "Tools:" conditional according to the current page ([#197](https://github.com/open-sauced/ai/issues/197)) ([b08ad07](https://github.com/open-sauced/ai/commit/b08ad0713e625f999a422f65b569b700649a963c)), closes [issue#112](https://github.com/open-sauced/issue/issues/112) [issue#112](https://github.com/open-sauced/issue/issues/112)
* separate vite and vitest configs ([#193](https://github.com/open-sauced/ai/issues/193)) ([7a980c8](https://github.com/open-sauced/ai/commit/7a980c82d1056cd1f798c39e51ba9fbc4d205ad7))

## [1.9.0-beta.3](https://github.com/open-sauced/ai/compare/v1.9.0-beta.2...v1.9.0-beta.3) (2023-06-29)


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.8.0",
"version": "1.9.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.9.0-beta.3",
"version": "1.9.0",
"files": [
"dist"
],
Expand Down

0 comments on commit 52dc3eb

Please sign in to comment.