diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1b6b71f..4241fd3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,4 +1,8 @@ # taco-simulate Release Notes +### 0.1.1 (Oct 13, 2015) +* Only generate sim-host success/fail methods if needed ([c0aa6ba1](https://github.com/Microsoft/taco-simulate/commit/c0aa6ba1)). +* Return a promise from API, and handle errors in CLI ([fdd2d21a](https://github.com/Microsoft/taco-simulate/commit/fdd2d21a)). + ### 0.1.0 (Oct 8, 2015) * Initial test release diff --git a/package.json b/package.json index c70ef1a..62b28f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taco-simulate", - "version": "0.1.0", + "version": "0.1.1", "description": "A browser based plugin simulation tool to aid development and testing of Cordova applications.", "bin": { "simulate": "./bin/simulate" @@ -29,7 +29,7 @@ "cordova-serve": "^1.0.0", "replacestream": "^4.0.0", "send": "timbarham/send#transform", - "taco-simulate-server": "^0.1.0", + "taco-simulate-server": "^0.1.2", "webcomponents.js": "^0.7.2" }, "engines": {