diff --git a/CHANGELOG.md b/CHANGELOG.md index 13beea9..412acf3 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.1](https://github.com/Payadel/inputs/compare/v0.2.0...v0.2.1) (2023-05-09) + + +### Features + +* add `verbose` mode ([c3f78c7](https://github.com/Payadel/inputs/commit/c3f78c7ea94dbbe3ccffc04114c84aa2a098fb2d)) + ## [0.2.0](https://github.com/Payadel/inputs/compare/v0.1.0...v0.2.0) (2023-05-09) diff --git a/package-lock.json b/package-lock.json index 60c0e97..a43d447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inputs-github-action", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "inputs-github-action", - "version": "0.2.0", + "version": "0.2.1", "license": "GPLV3", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 08e325b..584ace8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inputs-github-action", - "version": "0.2.0", + "version": "0.2.1", "description": "A GitHub action that helps you better manage the input of your GitHub action.", "main": "lib/main.js", "scripts": {