diff --git a/.npmignore b/.npmignore index 07ce342e..cfb5e738 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ /.idea/ .DS_Store /tools/ +.vscode \ No newline at end of file diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4639a2ec..9d685493 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 [cordova-serve@3.0.0](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 diff --git a/package-lock.json b/package-lock.json index e1a05a5d..657a1c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-simulate", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 309ae36c..f7d2d1ea 100644 --- a/package.json +++ b/package.json @@ -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": {