From 4077842ef26ddf75ab4c55c36617157d9694fa41 Mon Sep 17 00:00:00 2001 From: any86 <383514580@qq.com> Date: Sat, 18 Jul 2020 23:51:05 +0800 Subject: [PATCH] 0.3.5 --- package-lock.json | 2 +- package.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17e80d6..a2b65c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "any-rule", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2a4284..00d821f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "russell", "displayName": "any-rule", "description": "你要的\"正则\"都在这!", - "version": "0.3.4", + "version": "0.3.5", "husky": { "hooks": { "pre-push": "npm run test:rules && npm run build:md && git add README.md && git commit -m 'docs: 更新文档'" @@ -317,9 +317,13 @@ "command": "extension.rule63", "title": "$(rocket) zz: 匹配连续重复的字符" }, + { + "command": "extension.rule64", + "title": "$(rocket) zz: 数字和英文字母组成,并且同时含有数字和英文字母" + }, { "command": "extension.rule.callByMenu", - "title": "🦕正则大全(64条)" + "title": "🦕正则大全(65条)" } ] },