This commit is contained in:
Ezio Li 2023-04-24 08:04:26 +00:00 коммит произвёл GitHub
Родитель aac7981ea4
Коммит e278cdc196
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 3 удалений

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

@ -1,3 +1,12 @@
## 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)
* Internal changes:
* Update gulp clean list [#838](https://github.com/microsoft/vscode-cordova/pull/838)
* Fix node ECONNRESET error in MacOS [#844](https://github.com/microsoft/vscode-cordova/pull/844)
* Add junit test report and publish test result to pipeline build run [#848](https://github.com/microsoft/vscode-cordova/pull/848)
* Cleanup and update 3rd party notices file [#855](https://github.com/microsoft/vscode-cordova/pull/855)
## 2.6.2
* Improve unit test and test report [#818](https://github.com/microsoft/vscode-cordova/issues/818)
* Simplify gulfile.js by moving the scripts to separate files per function [#794](https://github.com/microsoft/vscode-cordova/issues/794)

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

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

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

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