mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 23:30:48 +00:00
1.11.2
This commit is contained in:
parent
1f3eddb3b0
commit
f69e635196
@ -1,3 +1,7 @@
|
|||||||
|
# v1.11.2
|
||||||
|
|
||||||
|
* fix delta error handling by listening for the 'error' event [petrosagg]
|
||||||
|
|
||||||
# v1.11.1
|
# v1.11.1
|
||||||
|
|
||||||
* Use sh for postinstall as alpine has no bash [Pablo]
|
* Use sh for postinstall as alpine has no bash [Pablo]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-supervisor",
|
"name": "resin-supervisor",
|
||||||
"version": "1.11.1",
|
"version": "1.11.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "sh postinstall.sh",
|
"postinstall": "sh postinstall.sh",
|
||||||
"start": "./entry.sh"
|
"start": "./entry.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user