Skip to content

Commit 4797bdd

Browse files
chore(release): 2.2.2 [skip ci]
## [2.2.2](v2.2.1...v2.2.2) (2020-09-05) ### Bug Fixes * Prevent interactive commit message prompt ([eda5693](eda5693)) * Typo ([e673da8](e673da8)) * Use `--force` instead of `-f` for worktree remove command ([6685967](6685967))
1 parent c420deb commit 4797bdd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.2.2](https://github.com/mob-sakai/git-snapshot/compare/v2.2.1...v2.2.2) (2020-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Prevent interactive commit message prompt ([eda5693](https://github.com/mob-sakai/git-snapshot/commit/eda5693d14ef2022854de3a1e866f055363fead1))
7+
* Typo ([e673da8](https://github.com/mob-sakai/git-snapshot/commit/e673da880518a6661d4004b320497d6c8ad48e2c))
8+
* Use `--force` instead of `-f` for worktree remove command ([6685967](https://github.com/mob-sakai/git-snapshot/commit/668596762f3732bba68b3bdd3ceda0ad52dd6eae))
9+
110
## [2.2.1](https://github.com/mob-sakai/git-snapshot/compare/v2.2.0...v2.2.1) (2020-02-23)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-snapshot",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Take a snapshot of the directory - like 'git subtree split --squash'",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)