Skip to content

Commit

Permalink
chore(release): v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2022-12-30)

### Features

* handle "required" option manually ([c5dabe1](c5dabe1))

### BREAKING CHANGES

* remove useless api
  • Loading branch information
wow-actions-bot[bot] committed Dec 30, 2022
1 parent c5dabe1 commit 6c2e722
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/wow-actions/parse-inputs/compare/v1.2.0...v2.0.0) (2022-12-30)


### Features

* handle "required" option manually ([c5dabe1](https://github.com/wow-actions/parse-inputs/commit/c5dabe170b135a5ba0dd55d734d77ba263894b82))


### BREAKING CHANGES

* remove useless api

# [1.2.0](https://github.com/wow-actions/parse-inputs/compare/v1.1.0...v1.2.0) (2022-10-27)


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

0 comments on commit 6c2e722

Please sign in to comment.