diff --git a/CHANGELOG.md b/CHANGELOG.md index 7840d9ce..a0b0f7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v6.1](https://github.com/alichtman/shallow-backup/tree/v6.1) (2023-10-09) + +[Full Changelog](https://github.com/alichtman/shallow-backup/compare/v6.0...v6.1) + +**Fixed bugs:** + +- 🙋‍♀️ running shallow-backup interactively \(backup all\) does not save to the folder [\#282](https://github.com/alichtman/shallow-backup/issues/282) +- Git commit breaks sometimes if submodules exist [\#229](https://github.com/alichtman/shallow-backup/issues/229) +- npm packages backup: Doesn't handle scopes, fails with unmet peer dependencies [\#226](https://github.com/alichtman/shallow-backup/issues/226) + +**Merged pull requests:** + +- Fix: Update README.md file to reflect work done on issue \#328 [\#330](https://github.com/alichtman/shallow-backup/pull/330) ([BreakingPitt](https://github.com/BreakingPitt)) + ## [v6.0](https://github.com/alichtman/shallow-backup/tree/v6.0) (2023-08-29) [Full Changelog](https://github.com/alichtman/shallow-backup/compare/v5.3...v6.0) @@ -35,6 +49,7 @@ **Closed issues:** - Add warning if shallow-backup.conf is writable by all [\#309](https://github.com/alichtman/shallow-backup/issues/309) +- `shallow-backup` crashes if repo can't be created [\#308](https://github.com/alichtman/shallow-backup/issues/308) **Merged pull requests:** @@ -526,4 +541,4 @@ -\* *This Changelog was automatically generated by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)* +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*