From 7041c351821232badae85ff6a1fb827d64339dbc Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Sun, 2 May 2021 12:37:03 +0000 Subject: [PATCH] :bookmark: Release v1.1.0 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10bb13..2513828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.1.0] - 2021-05-02 + +[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.1.0) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.0.1...v1.1.0) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.1.0) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.1.0.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.1.0.tar.gz)) + +### New features + +- [`2ba511f`](https://github.com/BetaHuhn/action-input-parser/commit/2ba511f) Add number type + ## [v1.0.1] - 2021-05-02 [Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.0.1) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.0.0...v1.0.1) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.0.1) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.0.1.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.0.1.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 51c224d..90eba2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2086abd..f61425b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.0.1", + "version": "1.1.0", "description": "Helper for parsing inputs in a GitHub Action", "main": "lib/index.js", "types": "lib/index.d.ts",