From fa77602a3b6ad41562b246aae8f2b86af422c773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 14:26:17 +0000 Subject: [PATCH] 1.2.1 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a65ce..b4b1db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changes +## [1.2.1](https://github.com/prantlf/install-release-action/compare/v1.2.0...v1.2.1) (2024-05-07) + +### Bug Fixes + +* Upgrade dependencies ([acfd0f0](https://github.com/prantlf/install-release-action/commit/acfd0f08e527693d0e97c4a110a4a951d7f797e1)) +* Update built files ([5308968](https://github.com/prantlf/install-release-action/commit/5308968a1147a4209291dbf89ee746dc03ada91a)) + ## [1.2.0](https://github.com/prantlf/install-release-action/compare/v1.1.0...v1.2.0) (2024-02-11) ### Bug Fixes diff --git a/package.json b/package.json index 371b897..4248b79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-release-action", - "version": "1.2.0", + "version": "1.2.1", "description": "GitHub action for downloading, extracting, caching an executable from a GitHub release and putting it to PATH.", "author": "Ferdinand Prantl (http://prantl.tk)", "license": "MIT", @@ -59,4 +59,4 @@ "tool", "release" ] -} +} \ No newline at end of file