From eac766d53a76fcb4b11090acefa547fffc6583a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 16:51:30 +0000 Subject: [PATCH] 1.3.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b1db8..c6e1e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changes +## [1.3.0](https://github.com/prantlf/install-release-action/compare/v1.2.1...v1.3.0) (2024-08-11) + +### Features + +* Add support for riscv64 ([7121c78](https://github.com/prantlf/install-release-action/commit/7121c784646df8c2487270f904c7e006c20434c1)) + +### Bug Fixes + +* Update built files ([eed44bc](https://github.com/prantlf/install-release-action/commit/eed44bc8b85d2195a4aafaf35cc41aa51f22f21b)) + ## [1.2.1](https://github.com/prantlf/install-release-action/compare/v1.2.0...v1.2.1) (2024-05-07) ### Bug Fixes diff --git a/package.json b/package.json index c0a2f94..b274ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-release-action", - "version": "1.2.1", + "version": "1.3.0", "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",