Skip to content

Commit a36eb60

Browse files
jpmcbopen-sauced[bot]
authored andcommitted
chore(minor): release 1.16.0 [skip ci]
## [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))
1 parent dd3dcdd commit a36eb60

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.16.0](https://github.com/open-sauced/ai/compare/v1.15.0...v1.16.0) (2024-08-20)
9+
10+
11+
### 🍕 Features
12+
13+
* adds .prettierrc ([#310](https://github.com/open-sauced/ai/issues/310)) ([c1f0d1e](https://github.com/open-sauced/ai/commit/c1f0d1e8ab968d379ee3789f74529536a2bc2114))
14+
* 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)
15+
* Replaces velocity with OSCR ([#309](https://github.com/open-sauced/ai/issues/309)) ([5a0172d](https://github.com/open-sauced/ai/commit/5a0172d22074c935a5b516daea8daf8c6c716a41))
16+
17+
18+
### 🐛 Bug Fixes
19+
20+
* 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))
21+
* test driftage ([#311](https://github.com/open-sauced/ai/issues/311)) ([83c2415](https://github.com/open-sauced/ai/commit/83c24159a7e2c33bf93bceeda424e59ced494448))
22+
823
## [1.16.0-beta.1](https://github.com/open-sauced/ai/compare/v1.15.0...v1.16.0-beta.1) (2024-08-20)
924

1025

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OpenSauced.ai",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"action": { "default_popup": "index.html" },
66
"content_scripts": [
77
{

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opensauced-browser-extension",
33
"private": true,
4-
"version": "1.16.0-beta.1",
4+
"version": "1.16.0",
55
"files": [
66
"dist"
77
],

0 commit comments

Comments
 (0)