Skip to content

Commit 998d6c5

Browse files
committed
Release v0.5.0
1 parent ae0e918 commit 998d6c5

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88
- 通过打开命令面板输入`scriptcat.target`可指定脚本
99
- 通过打开命令面板输入`scriptcat.autoTarget`可切换回自动识别模式
1010

11-
> 如果使用webpack等打包工具打包请不要忘记在文件头部保留脚本的命名空间
11+
> 如果使用webpack等打包工具打包请不要忘记在文件头部保留脚本的命名空间
12+
13+
## 发布
14+
15+
```
16+
vsce publish
17+
```

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "scriptcat-vscode",
44
"description": "tampermonkey,userscript,scriptcat辅助开发扩展",
55
"repository": "https://github.com/scriptscat/scriptcat-vscode",
6-
"version": "0.4.2",
6+
"version": "0.5.0",
77
"publisher": "CodFrm",
88
"icon": "icons/logo.png",
99
"keywords": [

0 commit comments

Comments
 (0)