We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6ecc0 commit df7b3d8Copy full SHA for df7b3d8
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v3.0.2
2
+
3
+[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.0.1...v3.0.2)
4
5
+### 🩹 Fixes
6
7
+- **core:** Remove worktree process ([8e6ecc0](https://github.com/jackiotyu/git-worktree-manager/commit/8e6ecc0))
8
9
## v3.0.1
10
11
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.0.0...v3.0.1)
package.json
@@ -3,7 +3,7 @@
"name": "git-worktree-manager",
"displayName": "Git Worktree Manager",
"description": "Effortless multi-workspace management and fast Git project cloning across directories.轻松管理多工作区,快速克隆 Git 项目并跨目录运行。",
- "version": "3.0.1",
+ "version": "3.0.2",
"engines": {
"vscode": "^1.60.0"
},
0 commit comments