Skip to content

Commit 70c6d08

Browse files
bdougieopen-sauced[bot]
authored andcommitted
chore(patch): release 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2023-08-21) ### 🐛 Bug Fixes * glob pattern ([2f85058](2f85058))
1 parent e6bf8c3 commit 70c6d08

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
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+
## [2.2.1](https://github.com/open-sauced/release/compare/v2.2.0...v2.2.1) (2023-08-21)
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* glob pattern ([2f85058](https://github.com/open-sauced/release/commit/2f8505853d3227a8fe31007af243f1b3b88fa1a7))
14+
815
## [2.2.0](https://github.com/open-sauced/release/compare/v2.1.1...v2.2.0) (2023-08-21)
916

1017

action.yml

+1-1
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:2.2.0'
14+
image: 'docker://ghcr.io/open-sauced/release:2.2.1'
1515

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

0 commit comments

Comments
 (0)