This commit is contained in:
Ezio Li 2024-01-08 15:55:02 +08:00 коммит произвёл GitHub
Родитель 10bf3a49bd
Коммит 1e0465e3d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@ -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)

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "cordova-tools",
"version": "2.6.6",
"version": "2.6.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cordova-tools",
"version": "2.6.6",
"version": "2.6.7",
"license": "%cordova.license%",
"dependencies": {
"@mixer/parallel-prettier": "^2.0.2",

Просмотреть файл

@ -7,7 +7,7 @@
"ionic",
"multi-root ready"
],
"version": "2.6.6",
"version": "2.6.7",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",