From ed5bb5bf1d3dfcf3f09f77fb0288ceebe453367d Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 13 Sep 2021 00:41:09 +0000 Subject: [PATCH] :bookmark: Release v1.2.17 [skip ci] --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f3422..fc77ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [v1.2.17] - 2021-09-13 + +[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.17) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.16...v1.2.17) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.17) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.17.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.17.tar.gz)) + +### Dependency updates + +- [`e498234`](https://github.com/BetaHuhn/action-input-parser/commit/e498234) Bump @typescript-eslint/parser from 4.30.0 to 4.31.0 +- [`b8f3dab`](https://github.com/BetaHuhn/action-input-parser/commit/b8f3dab) Bump @betahuhn/config from 1.1.0 to 1.2.0 + ## [v1.2.16] - 2021-09-06 [Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.16) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.15...v1.2.16) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.16) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.16.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.16.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 869765c..a0f99b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.16", + "version": "1.2.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58b6264..210a6bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.16", + "version": "1.2.17", "description": "Helper for parsing inputs in a GitHub Action", "main": "lib/index.js", "types": "lib/index.d.ts",