Skip to content

Commit

Permalink
Prepare for version 1.8.1 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
SounD120 authored Apr 16, 2019
1 parent dd04840 commit fa53b1a
Show file tree
Hide file tree
Showing 4 changed files with 4,732 additions and 11,034 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.8.1
* Fixed error "Application not installed on the device" while debugging Cordova 9 iOS apps
* Fixed [js-yaml security vulnerability](https://www.npmjs.com/advisories/788)
* Fixed [tar security vulnerability](https://www.npmjs.com/advisories/803)
* Bumped debug core dependencies versions to the more recent ones
* Fixed minor bugs

## 1.8.0
* Disable debugging Cordova apps on iOS simulators. Please, see details [here](https://github.com/Microsoft/vscode-cordova/blob/ffd0e244f253d5324253368401edced1ca087b6d/README.md#why-cant-i-debug-my-app-on-ios-simulator)
* Fix several issues with debugging Ionic apps when livereload option is enabled [#494](https://github.com/Microsoft/vscode-cordova/pull/494)
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.8.0",
"version": "1.8.1",
"private": true,
"publisher": "vsmobile",
"icon": "images/icon.png",
Expand Down
Loading

0 comments on commit fa53b1a

Please sign in to comment.