mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-13 15:56:38 +00:00
v11.9.5
This commit is contained in:
parent
3d8ed2a7de
commit
dd972fd75e
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update ESR version information
|
||||||
|
hash: c2b534a51b3863bf3c787db00c7299517224464f
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||||
|
author: Cameron Diver
|
||||||
|
nested: []
|
||||||
|
version: 11.9.5
|
||||||
|
date: 2020-07-14T14:31:17.340Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'bug: Fix unhandled promise rejection'
|
- subject: 'bug: Fix unhandled promise rejection'
|
||||||
hash: 898c7e71dae28aa046bdd3e075ecf0d6aa364142
|
hash: 898c7e71dae28aa046bdd3e075ecf0d6aa364142
|
||||||
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v11.9.5
|
||||||
|
## (2020-07-14)
|
||||||
|
|
||||||
|
* Update ESR version information [Cameron Diver]
|
||||||
|
|
||||||
# v11.9.4
|
# v11.9.4
|
||||||
## (2020-07-13)
|
## (2020-07-13)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "11.9.4",
|
"version": "11.9.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
|
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
|
||||||
"version": "11.9.4",
|
"version": "11.9.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user