Skip to content

Commit 881bbfb

Browse files
committed
chore(release): v3.15.0
1 parent c250964 commit 881bbfb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v3.15.0
2+
3+
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.14.0...v3.15.0)
4+
5+
### 🚀 Enhancements
6+
7+
- **git:** Add --no-track flag when creating branches ([#37](https://github.com/jackiotyu/git-worktree-manager/pull/37))
8+
9+
### 🩹 Fixes
10+
11+
- Improve git path resolution in execBase function ([29c2d2f](https://github.com/jackiotyu/git-worktree-manager/commit/29c2d2f))
12+
13+
### 📦 Build
14+
15+
- **deps:** Update dependencies ([62d48b4](https://github.com/jackiotyu/git-worktree-manager/commit/62d48b4))
16+
- **workflow:** Replace npx with pnpm exec in release workflow ([bd2620e](https://github.com/jackiotyu/git-worktree-manager/commit/bd2620e))
17+
18+
### 🤖 CI
19+
20+
- Remove vsce installation step ([542fcde](https://github.com/jackiotyu/git-worktree-manager/commit/542fcde))
21+
- Update GitHub Actions workflow ([2cf48fe](https://github.com/jackiotyu/git-worktree-manager/commit/2cf48fe))
22+
123
## v3.14.0
224

325
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.13.0...v3.14.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.14.0",
6+
"version": "3.15.0",
77
"engines": {
88
"vscode": "^1.60.0"
99
},

0 commit comments

Comments
 (0)