Skip to content

Commit ecdb9da

Browse files
Prepare for 0.5.0 (#281)
1 parent 06ad84d commit ecdb9da

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

RELEASENOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# cordova-simulate Release Notes
22

3+
### 0.5.0 (December 26, 2018)
4+
* Migrate to [[email protected]](https://github.com/apache/cordova-serve/releases/tag/rel%2F3.0.0), which fixes several bugs affecting cordova-simulate: [apache/cordova-serve/#10](https://github.com/apache/cordova-serve/pull/10), [apache/cordova-serve/#14](https://github.com/apache/cordova-serve/pull/14)
5+
* Breaking change: minimal version of supported Node.js is set to 6.0.0
6+
* Fixed issue with CSS livereload doesn't pick up changes on Linux ([#105](https://github.com/Microsoft/cordova-simulate/issues/105))
7+
* Improved geolocation ([#80](https://github.com/Microsoft/cordova-simulate/issues/80))
8+
* Added support for host system camera and default camera image ([#234](https://github.com/Microsoft/cordova-simulate/pull/234))
9+
310
### 0.4.0 (June 21, 2018)
411
* Migrate to [[email protected]](https://github.com/apache/cordova-serve/releases/tag/rel%2F2.0.1)
512
* Fixed work with Cordova Android 7.0.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-simulate",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Simulates your Cordova application in the browser.",
55
"main": "src/simulate.js",
66
"bin": {

0 commit comments

Comments
 (0)