This commit is contained in:
Pablo Carranza Vélez 2015-10-02 14:38:06 +00:00
parent 0fd03054e8
commit 858d1097fe
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.0.0
* Expose supervisor API to app by allowing all requests from 127.0.0.1 and passing address and port as env vars [Pablo] * Expose supervisor API to app by allowing all requests from 127.0.0.1 and passing address and port as env vars [Pablo]
* Only apply special actions / boot config on change, and always persist to DB [Pablo] * Only apply special actions / boot config on change, and always persist to DB [Pablo]

View File

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