Skip to content

Commit 9ab81e6

Browse files
nickytonlineopen-sauced[bot]
authored andcommitted
chore(patch): release 1.14.1-beta.1 on beta channel [skip ci]
## [1.14.1-beta.1](v1.14.0...v1.14.1-beta.1) (2023-08-15) ### 🐛 Bug Fixes * syntax error being thrown in Firefox for anonymous objects with computed property names ([#241](#241)) ([00ba2c8](00ba2c8))
1 parent 00ba2c8 commit 9ab81e6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.14.1-beta.1](https://github.com/open-sauced/ai/compare/v1.14.0...v1.14.1-beta.1) (2023-08-15)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* syntax error being thrown in Firefox for anonymous objects with computed property names ([#241](https://github.com/open-sauced/ai/issues/241)) ([00ba2c8](https://github.com/open-sauced/ai/commit/00ba2c8408486bcdba4698848b52adf0f807cc2a))
14+
815
## [1.14.0](https://github.com/open-sauced/ai/compare/v1.13.0...v1.14.0) (2023-08-15)
916

1017

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)