diff --git a/CHANGELOG.md b/CHANGELOG.md index 323eb8f..c5a1765 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.2.2](https://github.com/mob-sakai/git-snapshot/compare/v2.2.1...v2.2.2) (2020-09-05) + + +### Bug Fixes + +* Prevent interactive commit message prompt ([eda5693](https://github.com/mob-sakai/git-snapshot/commit/eda5693d14ef2022854de3a1e866f055363fead1)) +* Typo ([e673da8](https://github.com/mob-sakai/git-snapshot/commit/e673da880518a6661d4004b320497d6c8ad48e2c)) +* Use `--force` instead of `-f` for worktree remove command ([6685967](https://github.com/mob-sakai/git-snapshot/commit/668596762f3732bba68b3bdd3ceda0ad52dd6eae)) + ## [2.2.1](https://github.com/mob-sakai/git-snapshot/compare/v2.2.0...v2.2.1) (2020-02-23) diff --git a/package.json b/package.json index e93092b..6f07d18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-snapshot", - "version": "2.2.1", + "version": "2.2.2", "description": "Take a snapshot of the directory - like 'git subtree split --squash'", "repository": { "type": "git",