Skip to content

Commit

Permalink
chore(patch): release 1.0.0-beta.2 on beta channel [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-beta.2](v1.0.0-beta.1...v1.0.0-beta.2) (2023-04-27)

### 🐛 Bug Fixes

* attach dist folder to release assets ([#47](#47)) ([4f50e72](4f50e72))
  • Loading branch information
diivi authored and open-sauced[bot] committed Apr 27, 2023
1 parent 4f50e72 commit caa4324
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

> All notable changes to this project will be documented in this file
## [1.0.0-beta.2](https://github.com/open-sauced/browser-extensions/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-04-27)


### 🐛 Bug Fixes

* attach dist folder to release assets ([#47](https://github.com/open-sauced/browser-extensions/issues/47)) ([4f50e72](https://github.com/open-sauced/browser-extensions/commit/4f50e721cdb52bc74d906b17fecb72a84f312928))

## 1.0.0-beta.1 (2023-04-27)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "opensauced-browser-extension",
"private": true,
"version": "1.0.0-beta.1",
"files":[
"version": "1.0.0-beta.2",
"files": [
"dist"
],
"scripts": {
Expand Down

0 comments on commit caa4324

Please sign in to comment.