Skip to content

Commit c1ec78f

Browse files
committed
🔖 Release v1.2.30 [skip ci]
1 parent 510d830 commit c1ec78f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v1.2.30] - 2022-03-21
2+
3+
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.30) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.29...v1.2.30) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.30) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.30.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.30.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`764f81c`](https://github.com/BetaHuhn/action-input-parser/commit/764f81c) Bump tsc-watch from 4.6.1 to 4.6.2
8+
19
## [v1.2.29] - 2022-03-14
210

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-input-parser",
3-
"version": "1.2.29",
3+
"version": "1.2.30",
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)