diff --git a/CHANGELOG.md b/CHANGELOG.md index 316e0a35..f8ae02ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 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) + ## 2.1.8 * **[Bug Fix]**: Updating application insights key - [PR #2743](https://github.com/microsoft/vscode-edge-devtools/pull/2743) diff --git a/package-lock.json b/package-lock.json index 352b7dc7..8a10ce74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-edge-devtools", - "version": "2.1.8", + "version": "2.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-edge-devtools", - "version": "2.1.8", + "version": "2.1.9", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/codicons": "0.0.36", diff --git a/package.json b/package.json index d45a692b..a5c94a1f 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.8", + "version": "2.1.9", "license": "SEE LICENSE IN LICENSE", "publisher": "ms-edgedevtools", "preview": false,