This commit is contained in:
Pablo Carranza Velez 2016-01-28 11:04:36 -03:00
parent 3e3e2a8d99
commit 0472ba1401
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.4.0
* Report Host OS version to the API [Pablo]
* Use _.defaults instead of _.extend to ensure internal env vars are not overwritten [Pablo]
* Expose resin API key to apps [Pablo]

View File

@ -1,6 +1,6 @@
{
"name": "resin-supervisor",
"version": "1.3.2",
"version": "1.4.0",
"scripts": {
"postinstall": "bash postinstall.sh",
"start": "./entry.sh"