Skip to content

Commit 4ef0a92

Browse files
committed
🔖 Release v1.2.10 [skip ci]
1 parent 709cad3 commit 4ef0a92

File tree

3 files changed

+12
-43
lines changed

3 files changed

+12
-43
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v1.2.10] - 2021-07-26
2+
3+
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.10) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.9...v1.2.10) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.10) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.10.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.10.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`08d8f26`](https://github.com/BetaHuhn/action-input-parser/commit/08d8f26) Bump eslint from 7.30.0 to 7.31.0
8+
- [`6230339`](https://github.com/BetaHuhn/action-input-parser/commit/6230339) Bump @typescript-eslint/parser from 4.28.3 to 4.28.4
9+
- [`0b2e168`](https://github.com/BetaHuhn/action-input-parser/commit/0b2e168) Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4
10+
111
## [v1.2.9] - 2021-07-19
212

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

package-lock.json

Lines changed: 1 addition & 42 deletions
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.9",
3+
"version": "1.2.10",
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)