diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1793453..4715be6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.3" + ".": "0.6.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a6686..af5c390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/hbstack/revision/compare/v0.6.3...v0.6.4) (2024-06-12) + + +### Bug Fixes 🐞 + +* set repo_subpath as empty string by default ([484c210](https://github.com/hbstack/revision/commit/484c21004c6dfee2713bb3d15e3d83688131a751)) + ## [0.6.3](https://github.com/hbstack/revision/compare/v0.6.2...v0.6.3) (2024-06-04)