Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2022-10-27)

### Features

* add `getObjectInput` to parse json/yaml inputs ([f012c53](f012c53))
* support snakecase name ([493b585](493b585))
  • Loading branch information
bubkoo committed Oct 27, 2022
1 parent f012c53 commit 3229457
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3229457

Please sign in to comment.