Skip to content

Commit

Permalink
Prepare for 0.5.1 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-bikkinin authored Jan 14, 2019
1 parent a1731d1 commit cc74521
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea/
.DS_Store
/tools/
.vscode
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# cordova-simulate Release Notes

### 0.5.1 (January 14, 2019)
* 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).

### 0.5.0 (December 26, 2018)
* 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)
* Breaking change: minimal version of supported Node.js is set to 6.0.0
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
@@ -1,6 +1,6 @@
{
"name": "cordova-simulate",
"version": "0.5.0",
"version": "0.5.1",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
Expand Down

0 comments on commit cc74521

Please sign in to comment.