From b7ac14a6a32e450302de47205b90c95713622e7e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 29 Nov 2019 13:01:40 +0200 Subject: [PATCH] v10.6.16 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3fff8885..dda4aef1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Rich Bayliss + author: Rich Bayliss + version: 10.6.16 + date: 2019-11-29T10:13:03.432Z - commits: - subject: Handle cancelDelay not being a function hash: f4605d897eea8286a3923060aea999a8eab9bc91 diff --git a/CHANGELOG.md b/CHANGELOG.md index a3df8479..5e124c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 1684e257..7aab00f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.15", + "version": "10.6.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3ff466f..1a48a66c 100644 --- a/package.json +++ b/package.json @@ -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",