This commit is contained in:
Ezio Li 2023-07-14 17:30:29 +08:00 коммит произвёл GitHub
Родитель c06ebcdb7b
Коммит 5c08f019dd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 3 удалений

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

@ -1,3 +1,12 @@
## 2.6.4
* Customize project root in subfolder for cordova-simulate options [#887](https://github.com/microsoft/vscode-cordova/pull/887)
* Add localization for new strings [#867](https://github.com/microsoft/vscode-cordova/pull/867)
* Update Documentation: Add new known issue on iOS debugging [#863](https://github.com/microsoft/vscode-cordova/pull/863)
* Internal changes:
* Fix security vulnerabilities
* Add localization unit tests and related pipeline task [#861](https://github.com/microsoft/vscode-cordova/pull/861)
* Update vscode marketpace badge service [#871](https://github.com/microsoft/vscode-cordova/pull/871)
## 2.6.3
* Add vscode-js-debug dependency in package.json [#851](https://github.com/microsoft/vscode-cordova/pull/851)
* Check updates for all package modules in extension [#858](https://github.com/microsoft/vscode-cordova/pull/858)

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

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

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

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