Skip to content

Commit

Permalink
chore(minor): release 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.0](v1.15.0...v1.16.0) (2024-08-20)

### 🍕 Features

* adds .prettierrc ([#310](#310)) ([c1f0d1e](c1f0d1e))
* Remove PR description generator ([#308](#308)) ([e342847](e342847)), closes [#307](#307)
* Replaces velocity with OSCR ([#309](#309)) ([5a0172d](5a0172d))

### 🐛 Bug Fixes

* Generates a token so the open-sauce bot can push to beta ([#313](#313)) ([985b482](985b482))
* test driftage ([#311](#311)) ([83c2415](83c2415))
  • Loading branch information
jpmcb authored and open-sauced[bot] committed Aug 20, 2024
1 parent dd3dcdd commit a36eb60
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

> All notable changes to this project will be documented in this file
## [1.16.0](https://github.com/open-sauced/ai/compare/v1.15.0...v1.16.0) (2024-08-20)


### 🍕 Features

* adds .prettierrc ([#310](https://github.com/open-sauced/ai/issues/310)) ([c1f0d1e](https://github.com/open-sauced/ai/commit/c1f0d1e8ab968d379ee3789f74529536a2bc2114))
* Remove PR description generator ([#308](https://github.com/open-sauced/ai/issues/308)) ([e342847](https://github.com/open-sauced/ai/commit/e342847f2dadfaaca5ce5d52a5b1fe48e01e9d58)), closes [#307](https://github.com/open-sauced/ai/issues/307)
* Replaces velocity with OSCR ([#309](https://github.com/open-sauced/ai/issues/309)) ([5a0172d](https://github.com/open-sauced/ai/commit/5a0172d22074c935a5b516daea8daf8c6c716a41))


### 🐛 Bug Fixes

* Generates a token so the open-sauce bot can push to beta ([#313](https://github.com/open-sauced/ai/issues/313)) ([985b482](https://github.com/open-sauced/ai/commit/985b48232330cb3bbe3fef61936f62a526263882))
* test driftage ([#311](https://github.com/open-sauced/ai/issues/311)) ([83c2415](https://github.com/open-sauced/ai/commit/83c24159a7e2c33bf93bceeda424e59ced494448))

## [1.16.0-beta.1](https://github.com/open-sauced/ai/compare/v1.15.0...v1.16.0-beta.1) (2024-08-20)


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.15.0",
"version": "1.16.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.16.0-beta.1",
"version": "1.16.0",
"files": [
"dist"
],
Expand Down

0 comments on commit a36eb60

Please sign in to comment.