Skip to content

Commit

Permalink
🔖 Release v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed May 2, 2021
1 parent 2ba511f commit 7041c35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [v1.1.0] - 2021-05-02

[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.1.0) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.0.1...v1.1.0) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.1.0) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.1.0.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.1.0.tar.gz))

### New features

- [`2ba511f`](https://github.com/BetaHuhn/action-input-parser/commit/2ba511f) Add number type

## [v1.0.1] - 2021-05-02

[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.0.1) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.0.0...v1.0.1) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.0.1) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.0.1.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.0.1.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-input-parser",
"version": "1.0.1",
"version": "1.1.0",
"description": "Helper for parsing inputs in a GitHub Action",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7041c35

Please sign in to comment.