This commit is contained in:
Balena CI 2019-11-29 13:01:40 +02:00
parent 82a5878390
commit b7ac14a6a3
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'codeowners: Add richbayliss as a code owner'
hash: c816b863f82dc4d73b67a69220ebbbddab3573ea
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
author: Rich Bayliss
version: 10.6.16
date: 2019-11-29T10:13:03.432Z
- commits:
- subject: Handle cancelDelay not being a function
hash: f4605d897eea8286a3923060aea999a8eab9bc91

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.16 - 2019-11-29
* Codeowners: Add richbayliss as a code owner [Rich Bayliss]
## 10.6.15 - 2019-11-28
* Handle cancelDelay not being a function [Cameron Diver]

2
package-lock.json generated
View File

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