Skip to content

Commit 74692e8

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.2.1 [skip ci]
1 parent 82450dc commit 74692e8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.2.1](https://github.com/philstainer/git-worktree/compare/v1.2.0...v1.2.1) (2022-12-24)
2+
3+
4+
### Bug Fixes
5+
6+
* path should default to current path ([e6ce73f](https://github.com/philstainer/git-worktree/commit/e6ce73fc3583cc6a217ae24bd8b0c6da8d1eab81))
7+
* return all worktrees when in root dir ([82450dc](https://github.com/philstainer/git-worktree/commit/82450dc53bb11c9276e8d5d329f6561ca25f1dcc))
8+
9+
10+
111
# [1.2.0](https://github.com/philstainer/git-worktree/compare/v1.1.3...v1.2.0) (2022-12-24)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-worktree",
33
"displayName": "Git Worktree",
44
"description": "Manage git worktrees with ease",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"publisher": "philstainer",
77
"engines": {
88
"vscode": "^1.72.0"

0 commit comments

Comments
 (0)