This commit is contained in:
Pablo Carranza Velez 2016-10-10 22:01:00 +00:00
parent 2331cc7d70
commit c79aa28a82
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v2.6.0
* Fix docker utils getImageEnv by correctly parsing the returned array [Pablo]
* Avoid installing npm dependencies twice [Pablo]
* Updated to bluebird 3 [Page]

View File

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