This commit is contained in:
Balena CI 2020-07-14 17:37:11 +03:00 committed by VersionBot
parent 3d8ed2a7de
commit dd972fd75e
5 changed files with 21 additions and 3 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
11.9.4 11.9.5

2
package-lock.json generated
View File

@ -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": {

View File

@ -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",