From 2cf4018df85082b231ba671db15a2486c5356bd9 Mon Sep 17 00:00:00 2001 From: wow-actions-bot Date: Wed, 26 Oct 2022 12:37:17 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/wow-actions/parse-inputs/compare/v1.0.1...v1.1.0) (2022-10-26) ### Features * add `booleanOrString` type ([dcfcc02](https://github.com/wow-actions/parse-inputs/commit/dcfcc02cac9487fedfe41bbe7f1c80cc81c5a21a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abe71a..956d400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/wow-actions/parse-inputs/compare/v1.0.1...v1.1.0) (2022-10-26) + + +### Features + +* add `booleanOrString` type ([dcfcc02](https://github.com/wow-actions/parse-inputs/commit/dcfcc02cac9487fedfe41bbe7f1c80cc81c5a21a)) + ## [1.0.1](https://github.com/wow-actions/parse-inputs/compare/v1.0.0...v1.0.1) (2022-10-26) # 1.0.0 (2022-10-26) diff --git a/package.json b/package.json index d67b34e..b4a0df4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wow-actions/parse-inputs", - "version": "1.0.1", + "version": "1.1.0", "description": "Utility method to parse action's inputs", "main": "lib/index.js", "module": "es/index.js",