Skip to content

Commit 9337e74

Browse files
committed
chore(release): v3.7.0
1 parent b4d410f commit 9337e74

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v3.7.0
2+
3+
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.6.0...v3.7.0)
4+
5+
### 🚀 Enhancements
6+
7+
- Add customizable worktree description template ([#32](https://github.com/jackiotyu/git-worktree-manager/pull/32))
8+
- Add customizable worktree description template ([#32](https://github.com/jackiotyu/git-worktree-manager/pull/32))
9+
10+
### 🔥 Performance
11+
12+
- **gitFolder:** Initialize data for Git repositories ([aabcc9e](https://github.com/jackiotyu/git-worktree-manager/commit/aabcc9e))
13+
14+
### 🏡 Chore
15+
16+
- Update dependencies to latest versions ([caba381](https://github.com/jackiotyu/git-worktree-manager/commit/caba381))
17+
- Update .editorconfig and localization files ([5d13a83](https://github.com/jackiotyu/git-worktree-manager/commit/5d13a83))
18+
- Update dependencies ([09193da](https://github.com/jackiotyu/git-worktree-manager/commit/09193da))
19+
120
## v3.6.0
221

322
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.5.0...v3.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "git-worktree-manager",
44
"displayName": "Git Worktree Manager",
55
"description": "Effortless multi-workspace management and fast Git project cloning across directories.轻松管理多工作区,快速克隆 Git 项目并跨目录运行。",
6-
"version": "3.6.0",
6+
"version": "3.7.0",
77
"engines": {
88
"vscode": "^1.60.0"
99
},

0 commit comments

Comments
 (0)