Skip to content

Commit a8edf0b

Browse files
committed
chore(release): v3.5.0
1 parent 61fc306 commit a8edf0b

File tree

3 files changed

+1752
-1
lines changed

3 files changed

+1752
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v3.5.0
2+
3+
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.4.0...v3.5.0)
4+
5+
### 🚀 Enhancements
6+
7+
- **config:** Change default value of openInsideFolder to true ([0b8a88a](https://github.com/jackiotyu/git-worktree-manager/commit/0b8a88a))
8+
- **config:** Add worktree subdirectory template configuration ([#30](https://github.com/jackiotyu/git-worktree-manager/pull/30))
9+
10+
### 📦 Build
11+
12+
- **release:** Update Node.js and dependency versions ([65c3635](https://github.com/jackiotyu/git-worktree-manager/commit/65c3635))
13+
114
## v3.4.0
215

316
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.3.0...v3.4.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.4.0",
6+
"version": "3.5.0",
77
"engines": {
88
"vscode": "^1.60.0"
99
},

0 commit comments

Comments
 (0)