diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d199d..e09025c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.7](https://github.com/beat-forge/init-beatsaber/compare/v1.4.6...v1.4.7) (2024-07-18) + + +### Bug Fixes + +* ensure the directory is created properly ([07966dd](https://github.com/beat-forge/init-beatsaber/commit/07966dd279a16d6ecbf37c563aca038ebb5e65fb)) + ## [1.4.6](https://github.com/beat-forge/init-beatsaber/compare/v1.4.5...v1.4.6) (2024-07-18) diff --git a/package.json b/package.json index b2d5fac..6249680 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.6", + "version": "1.4.7", "author": "BeatForge", "private": true, "type": "module",