Skip to content

Commit 06dbed2

Browse files
committed
🔖 Release v1.2.31 [skip ci]
1 parent e7c0cfe commit 06dbed2

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.31] - 2022-03-28
2+
3+
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.31) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.30...v1.2.31) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.31) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.31.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.31.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`a43ad64`](https://github.com/BetaHuhn/action-input-parser/commit/a43ad64) Bump typescript from 4.6.2 to 4.6.3
8+
19
## [v1.2.30] - 2022-03-21
210

311
[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))

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.30",
3+
"version": "1.2.31",
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)