This commit is contained in:
Balena CI 2019-11-19 18:38:46 +02:00
parent fd5bb55029
commit 792977f6b5
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update balenaos-in-container
hash: 072a2f951a653f56f3f01532706897c3a15b9c01
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 10.6.10
date: 2019-11-19T11:30:09.713Z
- commits:
- subject: Create config.txt if there isn't one already
hash: 1570fd424b8c192844ce308761ac8f329dac48f5

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## 10.6.10 - 2019-11-19
* Update balenaos-in-container [Pagan Gazzard]
## 10.6.9 - 2019-11-19
* Create config.txt if there isn't one already [Theodor Gherzan]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.6.9",
"version": "10.6.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"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.",
"version": "10.6.9",
"version": "10.6.10",
"license": "Apache-2.0",
"repository": {
"type": "git",