This commit is contained in:
Pablo Carranza Velez 2016-10-06 11:57:06 +00:00
parent fbdf6f9139
commit 8f52a8c7c2
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v2.5.1
* Store config vars when there's nothing else to update [Pablo] * Store config vars when there's nothing else to update [Pablo]
* Do not mark an update as failed if the hook failed [Pablo] * Do not mark an update as failed if the hook failed [Pablo]
* When hitting the dependent devices hook, send appId as int [Pablo] * When hitting the dependent devices hook, send appId as int [Pablo]

View File

@ -1,6 +1,6 @@
{ {
"name": "resin-supervisor", "name": "resin-supervisor",
"version": "2.5.0", "version": "2.5.1",
"scripts": { "scripts": {
"start": "./entry.sh", "start": "./entry.sh",
"build": "coffee -c src", "build": "coffee -c src",