Skip to content

Commit

Permalink
🔖 Release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed May 1, 2021
1 parent 601dcd1 commit c22456e
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
@@ -0,0 +1,8 @@
## [v1.0.0] - 2021-05-01

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

### New features

- [`2ff2808`](https://github.com/BetaHuhn/action-input-parser/commit/2ff2808) Add basic features
- [`add1c69`](https://github.com/BetaHuhn/action-input-parser/commit/add1c69) Use Typescript
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": "0.1.0",
"version": "1.0.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 c22456e

Please sign in to comment.