diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d25200f4..731e2177 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Added clean step to remove previous builds before running tests + hash: 6f4030634ad05f29f72cea11456a252570c470d7 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + version: 12.5.15 + date: 2021-04-26T19:55:49.189Z - commits: - subject: 'balena-supervisor: replace references to resin-vars' hash: 6ca9507beb616c4b344e4927cb5db01534c8ae4b diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a48587d..220c37e7 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/). +# v12.5.15 +## (2021-04-26) + +* Added clean step to remove previous builds before running tests [Miguel Casqueira] + # v12.5.14 ## (2021-04-26) diff --git a/VERSION b/VERSION index 4309d556..b6453517 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.5.14 \ No newline at end of file +12.5.15 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 33e9532f..677e1b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.5.14", + "version": "12.5.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3df0d57..9e913ce7 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": "12.5.14", + "version": "12.5.15", "license": "Apache-2.0", "repository": { "type": "git",