Skip to content

Commit 3accebc

Browse files
committed
🔖 Release v1.2.12 [skip ci]
1 parent 478dbf9 commit 3accebc

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.12] - 2021-08-09
2+
3+
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.12) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.11...v1.2.12) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.12) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.12.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.12.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`b306b85`](https://github.com/BetaHuhn/action-input-parser/commit/b306b85) Bump eslint from 7.31.0 to 7.32.0
8+
- [`c840e41`](https://github.com/BetaHuhn/action-input-parser/commit/c840e41) Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0
9+
- [`aae2eca`](https://github.com/BetaHuhn/action-input-parser/commit/aae2eca) Bump @typescript-eslint/parser from 4.28.5 to 4.29.0
10+
111
## [v1.2.11] - 2021-08-02
212

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