From eba77306be2adaaaaa412f749ac04355cf08bf63 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:29:50 -0500 Subject: [PATCH] chore(main): release 1.4.2 (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c707c..d55e0cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.2](https://github.com/beat-forge/init-beatsaber/compare/v1.4.1...v1.4.2) (2024-07-17) + + +### Bug Fixes + +* bundling ([a4d329d](https://github.com/beat-forge/init-beatsaber/commit/a4d329db7679c8981104f1bfc1435630e924b98b)) +* bundling again ([a30b6ab](https://github.com/beat-forge/init-beatsaber/commit/a30b6abf78c93d911c9834792ec5cec6771c4ac3)) + ## [1.4.1](https://github.com/beat-forge/init-beatsaber/compare/v1.4.0...v1.4.1) (2024-07-17) diff --git a/package.json b/package.json index 7b242b6..44ec4a9 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.1", + "version": "1.4.2", "author": "BeatForge", "private": true, "type": "module",