diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ee9e5..59a30fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [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)) + +### Dependency updates + +- [`31beac5`](https://github.com/BetaHuhn/action-input-parser/commit/31beac5) Bump typescript from 4.7.4 to 4.8.2 + ## [v1.2.35] - 2022-06-27 [Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.35) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.34...v1.2.35) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.35) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.35.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.35.tar.gz)) diff --git a/package-lock.json b/package-lock.json index ac54e7c..850f1dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.35", + "version": "1.2.36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86e6191..5c55651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-input-parser", - "version": "1.2.35", + "version": "1.2.36", "description": "Helper for parsing inputs in a GitHub Action", "main": "lib/index.js", "types": "lib/index.d.ts",