mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
chore: 修改版本和日志为0.2.0
This commit is contained in:
parent
76fa3c0eb4
commit
954c4ad67f
@ -1,7 +1,7 @@
|
||||
# 更新日志
|
||||
🚀 [提交问题](https://github.com/any86/any-rule/issues/new)
|
||||
|
||||
### 0.1.1 (2020-02-20)
|
||||
### 0.2.0 (2020-02-21)
|
||||
|
||||
- 优化"zz."体验, 改用"quickPick"组件以支持"模糊搜索".
|
||||

|
||||
@ -10,6 +10,7 @@
|
||||

|
||||
|
||||

|
||||
|
||||
### 0.1.0
|
||||
- 新增支持在代码任意位置输入"zz."唤醒正则列表.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"publisher": "russell",
|
||||
"displayName": "any-rule",
|
||||
"description": "你要的\"正则\"都在这!",
|
||||
"version": "0.1.4",
|
||||
"version": "0.2.0",
|
||||
"scripts": {
|
||||
"build:md": "node ./scripts/md.js",
|
||||
"build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package && npm run build:md",
|
||||
|
Loading…
x
Reference in New Issue
Block a user