From 5dac8879208b6ebe6bf814ea0f26b611481fbfc0 Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 9 May 2023 13:39:22 +0000 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d689be2..d6e7a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.3](https://github.com/Payadel/inputs/compare/v0.2.2...v0.2.3) (2023-05-09) + + +### Fixes + +* add `verbose` to action.yml ([d30a0b4](https://github.com/Payadel/inputs/commit/d30a0b45ecc0a776f34aab9f520a589e260cd825)) + ### [0.2.2](https://github.com/Payadel/inputs/compare/v0.2.1...v0.2.2) (2023-05-09) diff --git a/package-lock.json b/package-lock.json index efa12da..e7258ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inputs-github-action", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inputs-github-action", - "version": "0.2.2", + "version": "0.2.3", "license": "GPLV3", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index c900b6e..20f5535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inputs-github-action", - "version": "0.2.2", + "version": "0.2.3", "description": "A GitHub action that helps you better manage the input of your GitHub action.", "main": "lib/main.js", "scripts": {