From 4d26cd0fe2f9c912e60c7379a7502e9ee04a4e2e Mon Sep 17 00:00:00 2001 From: Anush Date: Thu, 25 May 2023 06:34:35 +0000 Subject: [PATCH] chore(patch): release 2.1.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.1.1](https://github.com/open-sauced/release/compare/v2.1.0...v2.1.1) (2023-05-25) ### 🐛 Bug Fixes * bump manifest only on main ([#14](https://github.com/open-sauced/release/issues/14)) ([11bec17](https://github.com/open-sauced/release/commit/11bec17d4d94a3c2f934715ac00abc7141c0f0ba)) --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204182e..d89f3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.1.1](https://github.com/open-sauced/release/compare/v2.1.0...v2.1.1) (2023-05-25) + + +### 🐛 Bug Fixes + +* bump manifest only on main ([#14](https://github.com/open-sauced/release/issues/14)) ([11bec17](https://github.com/open-sauced/release/commit/11bec17d4d94a3c2f934715ac00abc7141c0f0ba)) + ## [2.1.0](https://github.com/open-sauced/release/compare/v2.0.0...v2.1.0) (2023-05-25) diff --git a/action.yml b/action.yml index 9c23c9b..57c08f2 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ branding: color: 'yellow' runs: using: 'docker' - image: 'docker://ghcr.io/open-sauced/release:2.1.0' + image: 'docker://ghcr.io/open-sauced/release:2.1.1' diff --git a/package-lock.json b/package-lock.json index 3fc461c..f6be2dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/release", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/release", - "version": "2.1.0", + "version": "2.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 575652e..72ca040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/release", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "files": [ "release.config.js"