Skip to content

Commit

Permalink
Prepare for 2.6.7 (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Jan 8, 2024
1 parent 10bf3a4 commit 1e0465e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.6.7
* Improve pwa-chrome configuration settings for cordova-android [#924](https://github.com/microsoft/vscode-cordova/pull/924)
* Check cordova-android version when launch android debugging [#933](https://github.com/microsoft/vscode-cordova/pull/933)
* Internal changes:
* Bump @babel/traverse from 7.18.5 to 7.23.2 [#921](https://github.com/microsoft/vscode-cordova/pull/921)
* Add unit test for AndroidInsecureFileModeEnabled config [#932](https://github.com/microsoft/vscode-cordova/pull/932)
* Gulp script failure on Node18 in gulp-typescript package [#936](https://github.com/microsoft/vscode-cordova/pull/936)
* Bump vscode-test to 2.3.8 [#937](https://github.com/microsoft/vscode-cordova/pull/937)
* Bump eslint package to support typescript 5.0.0+ [#941](https://github.com/microsoft/vscode-cordova/pull/941)

## 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)
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.6",
"version": "2.6.7",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",
Expand Down

0 comments on commit 1e0465e

Please sign in to comment.