From c1ec78f0bf18e132e58a398736270621aa50c4ba Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 21 Mar 2022 00:53:12 +0000 Subject: [PATCH] :bookmark: Release v1.2.30 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 155cf17..b929902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.2.30] - 2022-03-21 + +[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)) + +### Dependency updates + +- [`764f81c`](https://github.com/BetaHuhn/action-input-parser/commit/764f81c) Bump tsc-watch from 4.6.1 to 4.6.2 + ## [v1.2.29] - 2022-03-14 [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)) diff --git a/package-lock.json b/package-lock.json index 3c30367..a39dbdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.29", + "version": "1.2.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1241221..daec443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.29", + "version": "1.2.30", "description": "Helper for parsing inputs in a GitHub Action", "main": "lib/index.js", "types": "lib/index.d.ts",