Skip to content

Commit

Permalink
Prepare for 2.6.0 (#800)
Browse files Browse the repository at this point in the history
* Prepare for 2.6.0

* Update
  • Loading branch information
EzioLi01 authored Oct 20, 2022
1 parent 7f8bb43 commit f5a8f1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.5.0",
"version": "2.6.0",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",
Expand Down

0 comments on commit f5a8f1d

Please sign in to comment.