From 6a7d1537c09f059e858ae86e234aff87b881b891 Mon Sep 17 00:00:00 2001 From: benjaminbi <42724242+benjaminbi@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:24:19 +0800 Subject: [PATCH] Prepare 2.6.6-1 (#928) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8da6dda..19090178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.6.6 +* Fixed "env" variables not working any more [#914](https://github.com/microsoft/vscode-cordova/pull/914) +* Update environment variable for current process [#915](https://github.com/microsoft/vscode-cordova/issues/915) +* [CodeQL] Fix CodeQL analysis alert: Do not use eval or the Function constructor [#917](https://github.com/microsoft/vscode-cordova/pull/917) +* Internal changes: + * Update vscode-debugadapter to @vscode/debugadapter [#919](https://github.com/microsoft/vscode-cordova/pull/919) + ## 2.6.5 * Refactored user data directory creating logic for browsers [#897](https://github.com/microsoft/vscode-cordova/pull/897) * Fixed "Unable to find 'localabstract' name" issue [#904](https://github.com/microsoft/vscode-cordova/issues/904) diff --git a/package-lock.json b/package-lock.json index 570ea1e3..07feb769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-tools", - "version": "2.6.5", + "version": "2.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-tools", - "version": "2.6.5", + "version": "2.6.6", "license": "%cordova.license%", "dependencies": { "@mixer/parallel-prettier": "^2.0.2", diff --git a/package.json b/package.json index baf4716d..c1510506 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ionic", "multi-root ready" ], - "version": "2.6.5", + "version": "2.6.6", "private": true, "publisher": "msjsdiag", "icon": "images/icon.png",