This commit is contained in:
Tim Barham 2015-10-13 14:56:14 -07:00
Родитель c0aa6ba1bf
Коммит 9d87411bdf
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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": {