From 68a71337c1b0a37771d5a8018a0e116a6d2321c6 Mon Sep 17 00:00:00 2001 From: TED Vortex Date: Tue, 16 May 2023 13:21:45 +0000 Subject: [PATCH] chore(major): release 2.0.0 on next channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/open-sauced/release/compare/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](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) ### 🐛 Bug Fixes * upgrade node 18 in release workflows ([92a2f86](https://github.com/open-sauced/release/commit/92a2f86d6fc2bcdbb3b7148519d390a7f6338e8b)) --- CHANGELOG.md | 16 ++++++++++++++++ action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2d09b..e39be4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ > All notable changes to this project will be documented in this file +## [2.0.0](https://github.com/open-sauced/release/compare/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](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) + + +### 🐛 Bug Fixes + +* upgrade node 18 in release workflows ([92a2f86](https://github.com/open-sauced/release/commit/92a2f86d6fc2bcdbb3b7148519d390a7f6338e8b)) + ### [1.0.3](https://github.com/open-sauced/release/compare/v1.0.2...v1.0.3) (2022-03-12) diff --git a/action.yml b/action.yml index 660f0f5..5212746 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ branding: color: 'yellow' runs: using: 'docker' - image: 'docker://ghcr.io/open-sauced/release:1.0.3' + image: 'docker://ghcr.io/open-sauced/release:2.0.0' diff --git a/package-lock.json b/package-lock.json index 5bcb8ed..6a72f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/release", - "version": "1.0.3", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/release", - "version": "1.0.3", + "version": "2.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc990c5..c7db04d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/release", - "version": "1.0.3", + "version": "2.0.0", "license": "MIT", "files": [ "release.config.js"