From 6a9c1bffb69aec9fcf455036a8e6540db25b5f1d Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 12 Sep 2022 01:26:14 +0000 Subject: [PATCH] :bookmark: Release v1.2.37 [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 59a30fe..fd39910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.2.37] - 2022-09-12 + +[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.37) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.36...v1.2.37) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.37) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.37.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.37.tar.gz)) + +### Dependency updates + +- [`ff7d80d`](https://github.com/BetaHuhn/action-input-parser/commit/ff7d80d) Bump typescript from 4.8.2 to 4.8.3 + ## [v1.2.36] - 2022-08-29 [Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.36) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.35...v1.2.36) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.36) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.36.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.36.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 119c719..f4476df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.36", + "version": "1.2.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5c55651..f65296a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.36", + "version": "1.2.37", "description": "Helper for parsing inputs in a GitHub Action", "main": "lib/index.js", "types": "lib/index.d.ts",