* Prepare for 2.6.0

* Update
This commit is contained in:
Ezio Li 2022-10-20 11:01:42 +08:00 коммит произвёл GitHub
Родитель 7f8bb43e83
Коммит f5a8f1d1dd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 3 удалений

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

@ -1,3 +1,14 @@
## 2.6.0
* Added error code for Telemetry events [#788](https://github.com/microsoft/vscode-cordova/pull/788)
* Fixed bug Cordova iOS debugger is not working on some high version iOS devices [#779](https://github.com/microsoft/vscode-cordova/issues/779)
* Refactored Cordova debug session [#749](https://github.com/microsoft/vscode-cordova/pull/749)
* Internal changes:
* Fixed bug Do not delete Cordova project file in test resource when execute gulp clean [#784](https://github.com/microsoft/vscode-cordova/issues/784)
* Added husky pre-commit to verify code format [#790](https://github.com/microsoft/vscode-cordova/issues/790)
Fixed bug Could not find the task 'gulp: prepare-integration-tests' [#783](https://github.com/microsoft/vscode-cordova/issues/783)
* Fixed bug Do not delete Cordova project file in test resource when execute gulp clean [#784](https://github.com/microsoft/vscode-cordova/issues/784)
* Replaced tasks in gulpfile with exports [#781](https://github.com/microsoft/vscode-cordova/issues/781)
## 2.5.0
* Added support for iOS simulators [#758](https://github.com/microsoft/vscode-cordova/pull/758)
* Improved sourcemap URLs processing for Cordova projects with typescript [#762](https://github.com/microsoft/vscode-cordova/issues/762)

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

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

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

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