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",