Skip to content

Commit 68a7133

Browse files
0-vortexopen-sauced[bot]
authored andcommitted
chore(major): release 2.0.0 on next channel [skip ci]
## [2.0.0](v1.0.3...v2.0.0) (2023-05-16) ### ⚠ BREAKING CHANGES * adjust for ### 🍕 Features * work around CVE-2022-24765 changes and update to esm release binary ([57c4acc](57c4acc)), closes [/github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765](https://github.com/open-sauced//github.blog/2022-04-12-git-security-vulnerability-announced//issues/cve-2022-24765) [#10](#10) ### 🐛 Bug Fixes * upgrade node 18 in release workflows ([92a2f86](92a2f86))
1 parent 92a2f86 commit 68a7133

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [2.0.0](https://github.com/open-sauced/release/compare/v1.0.3...v2.0.0) (2023-05-16)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* adjust for
14+
15+
### 🍕 Features
16+
17+
* work around CVE-2022-24765 changes and update to esm release binary ([57c4acc](https://github.com/open-sauced/release/commit/57c4accf65edf96e65ea0bdd12e0b4c705fe218e)), closes [/github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765](https://github.com/open-sauced//github.blog/2022-04-12-git-security-vulnerability-announced//issues/cve-2022-24765) [#10](https://github.com/open-sauced/release/issues/10)
18+
19+
20+
### 🐛 Bug Fixes
21+
22+
* upgrade node 18 in release workflows ([92a2f86](https://github.com/open-sauced/release/commit/92a2f86d6fc2bcdbb3b7148519d390a7f6338e8b))
23+
824
### [1.0.3](https://github.com/open-sauced/release/compare/v1.0.2...v1.0.3) (2022-03-12)
925

1026

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:1.0.3'
14+
image: 'docker://ghcr.io/open-sauced/release:2.0.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": "1.0.3",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"files": [
66
"release.config.js"

0 commit comments

Comments
 (0)