Skip to content

Commit

Permalink
Prepare 2.6.6-1 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbi authored Nov 6, 2023
1 parent 8e287e1 commit 6a7d153
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ionic",
"multi-root ready"
],
"version": "2.6.5",
"version": "2.6.6",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",
Expand Down

0 comments on commit 6a7d153

Please sign in to comment.