Skip to content

Commit

Permalink
Update to version 2.1.4 (#1977)
Browse files Browse the repository at this point in the history
Update to version 2.1.4
  • Loading branch information
vidorteg committed Jan 30, 2024
1 parent 6784abb commit 3646c6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.4
* **[Bug Fix]**: Extension fails to relaunch an instance (headless) - [PR #1978](https://github.com/microsoft/vscode-edge-devtools/pull/1978)
* **[Bug Fix]**: Error while fetching list of available targets No available targets to attach - [PR #1804](https://github.com/microsoft/vscode-edge-devtools/pull/1804)
* **[Bug Fix]**: Updates most dependencies to latest versions - [PR #1642](https://github.com/microsoft/vscode-edge-devtools/pull/1642)

## 2.1.3
* **[Bug Fix]**: Adding dashes for passing arguments to scripts - [PR #1624](https://github.com/microsoft/vscode-edge-devtools/pull/1624)
* **[Feature]**: Reducing size of extension bundle (Produce production builds by default) - [PR #1598](https://github.com/microsoft/vscode-edge-devtools/pull/1598)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-edge-devtools",
"displayName": "Microsoft Edge Tools for VS Code",
"description": "Use the Microsoft Edge Tools from within VS Code to see your site's runtime HTML structure, alter its layout, fix styling issues as well as see your site's network requests.",
"version": "2.1.3",
"version": "2.1.4",
"license": "SEE LICENSE IN LICENSE",
"publisher": "ms-edgedevtools",
"preview": false,
Expand Down

0 comments on commit 3646c6c

Please sign in to comment.