This commit is contained in:
Resin CI 2019-03-19 22:59:48 +02:00
parent c9bea6890a
commit 59d2f98166
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix typo when getting device config default values
hash: f32de99aff525db866500c19a8bd24b8f216852e
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
version: 9.11.1
date: 2019-03-19T20:50:22.269Z
- commits:
- subject: >-
fix: Correct use of $expand to avoid an exception when updating from a

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/).
## 9.11.1 - 2019-03-19
* Fix typo when getting device config default values [Pablo Carranza Velez]
## 9.11.0 - 2019-03-18
* Fix: Correct use of $expand to avoid an exception when updating from a legacy OS [Pablo Carranza Velez]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "9.11.0",
"version": "9.11.1",
"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": "9.11.0",
"version": "9.11.1",
"license": "Apache-2.0",
"repository": {
"type": "git",