diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ae02ab..cf7027a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.1.10 +* **[Bug Fix]**: Ramping up CDN Version - [PR #3665](https://github.com/microsoft/vscode-edge-devtools/pull/3665) +* **[Bug Fix]**: Fixing A11y issues in screencast - [PR #3594](https://github.com/microsoft/vscode-edge-devtools/pull/3594) +* **[Bug Fix]**: Updating dependencies - [PR #3600](https://github.com/microsoft/vscode-edge-devtools/pull/3600) + ## 2.1.9 * **[Bug Fix]**: Fixing CDN and ramping up fallback version - [PR #3140](https://github.com/microsoft/vscode-edge-devtools/pull/3140) * **[Bug Fix]**: Updating dependencies - [PR #3141](https://github.com/microsoft/vscode-edge-devtools/pull/3141) diff --git a/package-lock.json b/package-lock.json index 9373e2b8..670d2818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-edge-devtools", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-edge-devtools", - "version": "2.1.9", + "version": "2.1.10", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/codicons": "0.0.40", diff --git a/package.json b/package.json index c17bed3a..dc21a130 100644 --- a/package.json +++ b/package.json @@ -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.9", + "version": "2.1.10", "license": "SEE LICENSE IN LICENSE", "publisher": "ms-edgedevtools", "preview": false,