Skip to content

Commit 83925e5

Browse files
committed
🔖 Release v1.2.3 [skip ci]
1 parent 06327f5 commit 83925e5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v1.2.3] - 2021-06-07
2+
3+
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.3) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.2...v1.2.3) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.3) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.3.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.3.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`78eef4e`](https://github.com/BetaHuhn/action-input-parser/commit/78eef4e) Bump @typescript-eslint/parser from 4.25.0 to 4.26.0
8+
- [`8c327ed`](https://github.com/BetaHuhn/action-input-parser/commit/8c327ed) Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0
9+
- [`22e1d73`](https://github.com/BetaHuhn/action-input-parser/commit/22e1d73) Bump @types/node from 15.6.1 to 15.9.0
10+
- [`0ac2690`](https://github.com/BetaHuhn/action-input-parser/commit/0ac2690) Bump @types/node from 15.9.0 to 15.12.0
11+
112
## [v1.2.2] - 2021-05-31
213

314
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.2) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.1...v1.2.2) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.2) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.2.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.2.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.2.2",
3+
"version": "1.2.3",
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)