From c151ff0773a49f195c3b4dcf3dc22d85d9220665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TED=20Vortex=20=28Teodor-Eugen=20Du=C8=9Bulescu=29?= <237133+0-vortex@users.noreply.github.com> Date: Sat, 12 Mar 2022 08:28:25 +0000 Subject: [PATCH] chore(patch): release 1.0.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [1.0.3](https://github.com/open-sauced/release/compare/v1.0.2...v1.0.3) (2022-03-12) ### 🐛 Bug Fixes * remove limited license plugin ([#8](https://github.com/open-sauced/release/issues/8)) ([fc06582](https://github.com/open-sauced/release/commit/fc06582e7045e5799357397a4912061a68c633b2)), closes [#7](https://github.com/open-sauced/release/issues/7) --- 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 d6f2c98..3b2d09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +### [1.0.3](https://github.com/open-sauced/release/compare/v1.0.2...v1.0.3) (2022-03-12) + + +### 🐛 Bug Fixes + +* remove limited license plugin ([#8](https://github.com/open-sauced/release/issues/8)) ([fc06582](https://github.com/open-sauced/release/commit/fc06582e7045e5799357397a4912061a68c633b2)), closes [#7](https://github.com/open-sauced/release/issues/7) + ### [1.0.2](https://github.com/open-sauced/release/compare/v1.0.1...v1.0.2) (2022-03-07) diff --git a/action.yml b/action.yml index c20ea3f..660f0f5 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.2' + image: 'docker://ghcr.io/open-sauced/release:1.0.3' diff --git a/package-lock.json b/package-lock.json index 2a53cde..8271fe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/release", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/release", - "version": "1.0.2", + "version": "1.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc441c8..90e92b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/release", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "files": [ "release.config.js"