From 9d87411bdfbe2788b62c9dcd83f289c4f58e9854 Mon Sep 17 00:00:00 2001 From: Tim Barham Date: Tue, 13 Oct 2015 14:56:14 -0700 Subject: [PATCH] v0.1.1 --- RELEASENOTES.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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": {