Skip to content

Commit cc74521

Browse files
Prepare for 0.5.1 (#283)
1 parent a1731d1 commit cc74521

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.idea/
22
.DS_Store
33
/tools/
4+
.vscode

RELEASENOTES.md

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

3+
### 0.5.1 (January 14, 2019)
4+
* Temporarily undo fix for [#105](https://github.com/Microsoft/cordova-simulate/issues/105), more info [here](https://github.com/Microsoft/cordova-simulate/issues/105#issuecomment-453950879).
5+
36
### 0.5.0 (December 26, 2018)
47
* 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)
58
* Breaking change: minimal version of supported Node.js is set to 6.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.5.0",
3+
"version": "0.5.1",
44
"description": "Simulates your Cordova application in the browser.",
55
"main": "src/simulate.js",
66
"bin": {

0 commit comments

Comments
 (0)