Skip to content

Commit 41e356d

Browse files
committed
🔖 Release v1.2.34 [skip ci]
1 parent f72d70c commit 41e356d

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.34] - 2022-06-13
2+
3+
[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.34) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.33...v1.2.34) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.34) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.34.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.34.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`de2711b`](https://github.com/BetaHuhn/action-input-parser/commit/de2711b) Bump typescript from 4.7.2 to 4.7.3
8+
19
## [v1.2.33] - 2022-05-30
210

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