This commit is contained in:
Pablo Carranza Velez 2016-10-23 20:17:29 -03:00
parent e889d8c524
commit 5f74ce6fec
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v2.7.0
* Upgrade docker-progress to v2.3.1 [Pablo] * Upgrade docker-progress to v2.3.1 [Pablo]
* Fixed multiple update loops appearing after a long period of updates failing. [Page] * Fixed multiple update loops appearing after a long period of updates failing. [Page]
* Avoid restarting the app if the device name changes [Pablo] * Avoid restarting the app if the device name changes [Pablo]

View File

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