From 12d79ddcb415a78b5c7f90060d466e73ad4eb5db Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 25 Mar 2020 19:18:50 +0200 Subject: [PATCH] v10.10.11 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 34099259..3e41692e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Convert device-api/v1 to javascript + hash: 56c13fb96346e9100a60f1da881f6cf670c2793f + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 10.10.11 + date: 2020-03-25T12:19:20.194Z - commits: - subject: Update livepush hash: 2ff8fccb5e71a851634f8bd668f63526f48ea4c4 diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c6cb50..74b4a9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! This project adheres to [Semantic Versioning](http://semver.org/). +# v10.10.11 +## (2020-03-25) + +* Convert device-api/v1 to javascript [Pagan Gazzard] + # v10.10.10 ## (2020-03-24) diff --git a/VERSION b/VERSION index 4d1f586e..c67f72ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.10.10 \ No newline at end of file +10.10.11 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 605af3d4..8fb3691f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.10.10", + "version": "10.10.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d6be0b71..01d4c99e 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.10.10", + "version": "10.10.11", "license": "Apache-2.0", "repository": { "type": "git",