Skip to content

Commit 8f582e1

Browse files
author
陈杰
committed
v2.1.10 release
1 parent 38a0e87 commit 8f582e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
## 2.1.9: 2022/02/15
25
- Fix: [#28](https://github.com/peakchen90/vscode-open-in-default-browser/issues/28)
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "open-html-in-browser",
33
"displayName": "Open In Default Browser",
44
"description": "A VSCode extension to fast open html file in browser",
5-
"version": "2.1.9",
5+
"version": "2.1.10",
66
"main": "./dist/extension.js",
77
"scripts": {
88
"dev": "rollup --config rollup.config.js --watch",

0 commit comments

Comments
 (0)