diff --git a/.vscodeignore b/.vscodeignore index 18a9e88..c72bcd8 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -15,4 +15,3 @@ test/** **/tsconfig.json **/*.map **/*.ts -node_modules diff --git a/CHANGELOG.md b/CHANGELOG.md index 7edb6ae..de75d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 2.1.5: 2020/05/22 +## 2.1.6: 2021/05/22 +- Fix: command not found +- 修复命令找不到的问题 + +## 2.1.5: 2021/05/22 - chore: Some performance optimizations - 一些性能优化 diff --git a/package.json b/package.json index fd145e3..fab1c08 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,13 @@ "name": "open-html-in-browser", "displayName": "Open In Default Browser", "description": "A VSCode extension to fast open html file in browser", - "version": "2.1.5", + "version": "2.1.6", "main": "./dist/extension.js", "scripts": { "dev": "rollup --config rollup.config.js --watch", "build": "rollup --config rollup.config.js", - "test": "node ./dist/runTest.js" + "test": "node ./dist/runTest.js", + "p": "npm run build && vsce publish" }, "publisher": "peakchen90", "engines": {