Skip to content

Commit 6e654c0

Browse files
committed
🔖 Release v1.2.0 [skip ci]
1 parent 02c1a76 commit 6e654c0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [v1.2.0] - 2021-05-15
2+
3+
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.0) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.1.1...v1.2.0) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.0) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.0.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.0.tar.gz))
4+
5+
### New features
6+
7+
- [`02c1a76`](https://github.com/BetaHuhn/action-input-parser/commit/02c1a76) Specify multiple keys
8+
9+
### Dependency updates
10+
11+
- [`37cfe11`](https://github.com/BetaHuhn/action-input-parser/commit/37cfe11) Bump eslint from 7.25.0 to 7.26.0
12+
- [`b7a411c`](https://github.com/BetaHuhn/action-input-parser/commit/b7a411c) Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.23.0
13+
- [`8140e7d`](https://github.com/BetaHuhn/action-input-parser/commit/8140e7d) Bump @typescript-eslint/parser from 4.22.1 to 4.23.0
14+
- [`dd4a3f1`](https://github.com/BetaHuhn/action-input-parser/commit/dd4a3f1) Bump @types/node from 15.0.2 to 15.0.3
15+
- [`cd6c5c6`](https://github.com/BetaHuhn/action-input-parser/commit/cd6c5c6) Update dependencies
16+
117
## [v1.1.1] - 2021-05-10
218

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-input-parser",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Helper for parsing inputs in a GitHub Action",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)