Skip to content

Commit b22c296

Browse files
committed
chore(release): 0.0.50
1 parent c699887 commit b22c296

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 0.0.50 (2025-02-13)
6+
57
### 0.0.49 (2025-02-13)
68

79
### 0.0.48 (2025-02-13)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A VSCode extension for code refactoring and redesign by DeepSeek API.",
55
"publisher": "shellingye",
66
"icon": "images/icon.png",
7-
"version": "0.0.49",
7+
"version": "0.0.50",
88
"engines": {
99
"vscode": "^1.70.0"
1010
},
@@ -68,11 +68,13 @@
6868
}
6969
],
7070
"viewsContainers": {
71-
"activitybar": [{
72-
"id": "guide-bar",
73-
"title": "Guide",
74-
"icon": "images/icon.svg"
75-
}]
71+
"activitybar": [
72+
{
73+
"id": "guide-bar",
74+
"title": "Guide",
75+
"icon": "images/icon.svg"
76+
}
77+
]
7678
},
7779
"views": {
7880
"explorer": [
@@ -81,11 +83,13 @@
8183
"name": "CVB Actions"
8284
}
8385
],
84-
"guide-bar": [{
85-
"type": "webview",
86-
"id": "guideView",
87-
"name": "User Guide"
88-
}]
86+
"guide-bar": [
87+
{
88+
"type": "webview",
89+
"id": "guideView",
90+
"name": "User Guide"
91+
}
92+
]
8993
},
9094
"menus": {
9195
"view/item/context": [

0 commit comments

Comments
 (0)