Skip to content

Commit d6464a5

Browse files
committed
chore(release): v3.22.0
1 parent 8f8b3ad commit d6464a5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v3.22.0
2+
3+
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.21.1...v3.22.0)
4+
5+
### 🚀 Enhancements
6+
7+
- Respect vscode git.checkoutType setting ([#43](https://github.com/jackiotyu/git-worktree-manager/pull/43))
8+
- **branch:** Sanitize branch name ([#44](https://github.com/jackiotyu/git-worktree-manager/pull/44))
9+
10+
### 📖 Documentation
11+
12+
- Add Open VSX Downloads badge to README files ([620dd9f](https://github.com/jackiotyu/git-worktree-manager/commit/620dd9f))
13+
- **README:** Update documentation with improved descriptions and configuration details ([2d6ead4](https://github.com/jackiotyu/git-worktree-manager/commit/2d6ead4))
14+
115
## v3.21.1
216

317
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.21.0...v3.21.1)

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.21.1",
6+
"version": "3.22.0",
77
"packageManager": "pnpm@10.0.0",
88
"engines": {
99
"vscode": "^1.60.0"

0 commit comments

Comments
 (0)