Skip to content

Commit 6b88659

Browse files
0-vortexopen-sauced[bot]
authored andcommitted
chore(patch): release 1.0.1 [skip ci]
### [1.0.1](v1.0.0...v1.0.1) (2022-02-03) ### 🐛 Bug Fixes * correct glob for public assets and supabase ([cff5c94](cff5c94))
1 parent cff5c94 commit 6b88659

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.0.1](https://github.com/open-sauced/release/compare/v1.0.0...v1.0.1) (2022-02-03)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* correct glob for public assets and supabase ([cff5c94](https://github.com/open-sauced/release/commit/cff5c94ce9b7eb83587e311b08d18ecb6f490fc2))
14+
815
## 1.0.0 (2022-02-03)
916

1017

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ branding:
1111
color: 'yellow'
1212
runs:
1313
using: 'docker'
14-
image: 'docker://ghcr.io/open-sauced/release:1.0.0'
14+
image: 'docker://ghcr.io/open-sauced/release:1.0.1'
1515

package-lock.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,6 +1,6 @@
11
{
22
"name": "@open-sauced/release",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"files": [
66
"release.config.js"

0 commit comments

Comments
 (0)