Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBarham committed Oct 13, 2015
1 parent c0aa6ba commit 9d87411
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 9d87411

Please sign in to comment.