From dbe3be704080a83cacf18e4228808f041e2c034d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:45:37 -0500 Subject: [PATCH] chore(main): release 1.4.3 (#17) Co-authored-by: ChecksumDev --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55e0cd..7f6b30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.4.3](https://github.com/beat-forge/init-beatsaber/compare/v1.4.2...v1.4.3) (2024-07-17) + + +### Bug Fixes + +* bundling again again ([9bdf6c3](https://github.com/beat-forge/init-beatsaber/commit/9bdf6c3ca2c34f892d5aceb4d009b99fd6fcc254)) +* the final bundle ([1a81a58](https://github.com/beat-forge/init-beatsaber/commit/1a81a58447bbc7a318181aa1afa368ae2abb1fa6)) +* update bundle workflow to fetch full history ([0f2ad2f](https://github.com/beat-forge/init-beatsaber/commit/0f2ad2fc841d9e7c2bbbbc78b26149d3e6b934ae)) +* update release workflow to use RELEASE_GITHUB_TOKEN ([c7a6cad](https://github.com/beat-forge/init-beatsaber/commit/c7a6cad9f975b661dac33afcdfa0470d34121ee1)) +* who needs local CI testing right? ([fe1342f](https://github.com/beat-forge/init-beatsaber/commit/fe1342f85f8b763653c3aebce7f02e1c1cdb2e69)) + ## [1.4.2](https://github.com/beat-forge/init-beatsaber/compare/v1.4.1...v1.4.2) (2024-07-17) diff --git a/package.json b/package.json index 44ec4a9..9afb5fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "init-beatsaber", "description": "A GitHub Action to initialize a Beat Saber modding environment", - "version": "1.4.2", + "version": "1.4.3", "author": "BeatForge", "private": true, "type": "module",