Skip to content

Commit ecb32d3

Browse files
Anush008open-sauced[bot]
authored andcommitted
chore(minor): release 2.1.0 [skip ci]
## [2.1.0](v2.0.0...v2.1.0) (2023-05-25) ### 🍕 Features * manifest version value bump ([#13](#13)) ([9f4cd6f](9f4cd6f))
1 parent 9f4cd6f commit ecb32d3

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.1.0](https://github.com/open-sauced/release/compare/v2.0.0...v2.1.0) (2023-05-25)
9+
10+
11+
### 🍕 Features
12+
13+
* manifest version value bump ([#13](https://github.com/open-sauced/release/issues/13)) ([9f4cd6f](https://github.com/open-sauced/release/commit/9f4cd6f2d952a1c3ff018801cbe0199607293c1d))
14+
815
## [2.0.0](https://github.com/open-sauced/release/compare/v1.0.3...v2.0.0) (2023-05-16)
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.0.0'
14+
image: 'docker://ghcr.io/open-sauced/release:2.1.0'
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.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"files": [
66
"release.config.js"

0 commit comments

Comments
 (0)