Skip to content

Commit 31d6073

Browse files
committed
chore(release): v1.1.4
Signed-off-by: jackiotyu <[email protected]>
1 parent 93f5cf8 commit 31d6073

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4] 2025-03-02
2+
3+
### Change
4+
5+
- add branch rename feature
6+
- update README
7+
18
## [1.1.3] 2025-03-01
29

310
### Change

package.json

Lines changed: 8 additions & 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": "1.1.3",
6+
"version": "1.1.4",
77
"engines": {
88
"vscode": "^1.60.0"
99
},
@@ -32,6 +32,13 @@
3232
"bugs": {
3333
"url": "https://github.com/jackiotyu/git-worktree-manager/issues"
3434
},
35+
"badges": [
36+
{
37+
"url": "https://img.shields.io/badge/PRs-welcome-brightgreen.svg",
38+
"description": "PRs Welcome",
39+
"href": "https://github.com/jackiotyu/git-worktree-manager/fork"
40+
}
41+
],
3542
"icon": "images/icon.png",
3643
"activationEvents": [],
3744
"main": "./dist/extension.js",

0 commit comments

Comments
 (0)