Skip to content

Commit

Permalink
chore(release): v2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2023-01-30)

### Bug Fixes

* should return none-undefined value when `defaultValue` is specified ([9949728](9949728))
  • Loading branch information
wow-actions-bot[bot] committed Jan 30, 2023
1 parent 60e6c1e commit abf1419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/wow-actions/parse-inputs/compare/v2.0.0...v2.0.1) (2023-01-30)


### Bug Fixes

* should return none-undefined value when `defaultValue` is specified ([9949728](https://github.com/wow-actions/parse-inputs/commit/994972863af37818adf05dd3e28881e81674701d))

# [2.0.0](https://github.com/wow-actions/parse-inputs/compare/v1.2.0...v2.0.0) (2022-12-30)


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": "2.0.0",
"version": "2.0.1",
"description": "Utility method to parse action's inputs",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit abf1419

Please sign in to comment.