From 10e4cf347d36f6f03a94888e92368f15a5db7b91 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:01:02 -0500 Subject: [PATCH] chore(main): release 1.4.0 (#14) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f458358..89403f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/beat-forge/init-beatsaber/compare/v1.3.0...v1.4.0) (2024-07-17) + + +### Features + +* add host flag for customizable git URL + refactor ([b3f3198](https://github.com/beat-forge/init-beatsaber/commit/b3f3198f38b5860d5f60355c67798da0572296ab)) + + +### Bug Fixes + +* regression in functionality vs documentation ([4f3ad6b](https://github.com/beat-forge/init-beatsaber/commit/4f3ad6b784d8c47c856d31f15e71fcbca8dd0869)) + ## [1.3.0](https://github.com/beat-forge/init-beatsaber/compare/v1.2.1...v1.3.0) (2024-07-17) diff --git a/package.json b/package.json index eef301c..6fbe302 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.3.0", + "version": "1.4.0", "author": "BeatForge", "private": true, "type": "module",