We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a0e87 commit 8f582e1Copy full SHA for 8f582e1
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 2.1.10: 2022/11/28
2
+- Fix: [#32](https://github.com/peakchen90/vscode-open-in-default-browser/pull/32)
3
+
4
## 2.1.9: 2022/02/15
5
- Fix: [#28](https://github.com/peakchen90/vscode-open-in-default-browser/issues/28)
6
package.json
@@ -2,7 +2,7 @@
"name": "open-html-in-browser",
"displayName": "Open In Default Browser",
"description": "A VSCode extension to fast open html file in browser",
- "version": "2.1.9",
+ "version": "2.1.10",
"main": "./dist/extension.js",
7
"scripts": {
8
"dev": "rollup --config rollup.config.js --watch",
0 commit comments