diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ec7c5..2a0c063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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"组件以支持"模糊搜索". ![gif](https://user-gold-cdn.xitu.io/2020/2/23/1706df78b18466fd?w=954&h=372&f=gif&s=1732199) @@ -10,6 +10,7 @@ ![](https://user-gold-cdn.xitu.io/2020/2/23/1706e32c3a6fb116?w=533&h=95&f=png&s=21563) ![](https://user-gold-cdn.xitu.io/2020/2/23/1706e349b600c28b?w=1151&h=500&f=png&s=45210) + ### 0.1.0 - 新增支持在代码任意位置输入"zz."唤醒正则列表. diff --git a/package.json b/package.json index dc1a708..6b17e86 100644 --- a/package.json +++ b/package.json @@ -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",