From a5c76f733db67fc980147486955e5a542ff09136 Mon Sep 17 00:00:00 2001 From: Vidal Ortega <43078681+vidorteg@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:03:46 -0700 Subject: [PATCH 1/2] Updating changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7027a5..f1c82177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.1.11 +* **[Bug Fix]**: Updating dependencies - [PR #4995](https://github.com/microsoft/vscode-edge-devtools/pull/4995) +* **[Bug Fix]**: Restrict CSS mirror writes to workspace - [PR #4962](https://github.com/microsoft/vscode-edge-devtools/pull/4962) +* **[Bug Fix]**: Adding ESRP Sign pipeline - [PR #4993](https://github.com/microsoft/vscode-edge-devtools/pull/4993) + ## 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) From 3056b2a6a6c25b2a214c0b116b6aac640332fe61 Mon Sep 17 00:00:00 2001 From: Vidal Ortega <43078681+vidorteg@users.noreply.github.com> Date: Thu, 10 Sep 2026 14:38:50 -0700 Subject: [PATCH 2/2] Updating package.json version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1af81ffe..42e0108b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-edge-devtools", - "version": "2.1.10", + "version": "2.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-edge-devtools", - "version": "2.1.10", + "version": "2.1.11", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/codicons": "0.0.45", diff --git a/package.json b/package.json index 1a6888ed..131bc54f 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.10", + "version": "2.1.11", "license": "SEE LICENSE IN LICENSE", "publisher": "ms-edgedevtools", "preview": false,