From 724ad6e6b1bced481d3dfb0922bc8fc0b9b4d0c2 Mon Sep 17 00:00:00 2001 From: Vidal Ortega <43078681+vidorteg@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:42:16 -0700 Subject: [PATCH] Increment version number --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd049ce5..0b660dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.12 +* **[Bug Fix]**: Fixing telemetry message format - [PR #5003](https://github.com/microsoft/vscode-edge-devtools/pull/5003) +* **[Removal]**: Removed the webhint static analysis integration - [PR #5016](https://github.com/microsoft/vscode-edge-devtools/pull/5016) + ## 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) diff --git a/package-lock.json b/package-lock.json index e381dccc..8ee037b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-edge-devtools", - "version": "2.1.11", + "version": "2.1.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-edge-devtools", - "version": "2.1.11", + "version": "2.1.12", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@vscode/codicons": "0.0.45", diff --git a/package.json b/package.json index a7879a5c..4de9a60f 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.11", + "version": "2.1.12", "license": "SEE LICENSE IN LICENSE", "publisher": "ms-edgedevtools", "preview": false,