From 3229457b57f9415f40a42f48ab658911da9dc0c8 Mon Sep 17 00:00:00 2001 From: wow-actions-bot Date: Thu, 27 Oct 2022 03:32:01 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/wow-actions/parse-inputs/compare/v1.1.0...v1.2.0) (2022-10-27) ### Features * add `getObjectInput` to parse json/yaml inputs ([f012c53](https://github.com/wow-actions/parse-inputs/commit/f012c53d102c24eb1ce414c96070024128c41ad3)) * support snakecase name ([493b585](https://github.com/wow-actions/parse-inputs/commit/493b585f70cd4a5e49cbebc749834000e4888d3b)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 956d400..66aa880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.2.0](https://github.com/wow-actions/parse-inputs/compare/v1.1.0...v1.2.0) (2022-10-27) + + +### Features + +* add `getObjectInput` to parse json/yaml inputs ([f012c53](https://github.com/wow-actions/parse-inputs/commit/f012c53d102c24eb1ce414c96070024128c41ad3)) +* support snakecase name ([493b585](https://github.com/wow-actions/parse-inputs/commit/493b585f70cd4a5e49cbebc749834000e4888d3b)) + # [1.1.0](https://github.com/wow-actions/parse-inputs/compare/v1.0.1...v1.1.0) (2022-10-26) diff --git a/package.json b/package.json index bf7f1d8..1f2b0f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wow-actions/parse-inputs", - "version": "1.1.0", + "version": "1.2.0", "description": "Utility method to parse action's inputs", "main": "lib/index.js", "module": "es/index.js",