Skip to content

Commit

Permalink
Prepare for 2.6.1: fix blocking issue (#802)
Browse files Browse the repository at this point in the history
* Prepare for 2.6.0

* Update

* Prepare for 2.6.1: hotfix

* Update version

* Update changed log

* Update
  • Loading branch information
EzioLi01 authored Oct 24, 2022
1 parent f5a8f1d commit 7f41b3a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 41 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.6.1
* Fix debugger blocker caused by package module issue [#802](https://github.com/microsoft/vscode-cordova/pull/802)

## 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)
Expand Down
78 changes: 38 additions & 40 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.6.0",
"version": "2.6.1",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",
Expand Down

0 comments on commit 7f41b3a

Please sign in to comment.