diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f22634..0eb69ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.4](https://github.com/beat-forge/init-beatsaber/compare/v1.6.3...v1.6.4) (2024-09-14) + + +### Bug Fixes + +* Remove data from path, it's in the actual dir ([3bc2a75](https://github.com/beat-forge/init-beatsaber/commit/3bc2a7522c47a3482943e3f9e102621277dde35d)) + ## [1.6.3](https://github.com/beat-forge/init-beatsaber/compare/v1.6.2...v1.6.3) (2024-07-19) diff --git a/package.json b/package.json index 487a776..59b7217 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.6.3", + "version": "1.6.4", "author": "BeatForge", "private": true, "type": "module",