From de25751a7e4cd0e04e0c6780de6c8024ae564177 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 14 May 2020 11:38:38 +0300 Subject: [PATCH] v11.4.2 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a2aeafcf..4090ddc3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update engine information in package.json + hash: bbfd87d3257dec064f62dc05ee7d523593e8f415 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.4.2 + date: 2020-05-13T08:49:32.854Z - commits: - subject: Correctly check if value is a valid Integer hash: 838c1ebba4c3d4cba31f5ef233f09020fa3d03f7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 334eecc0..74c41c27 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/). +# v11.4.2 +## (2020-05-13) + +* Update engine information in package.json [Cameron Diver] + # v11.4.1 ## (2020-05-12) diff --git a/VERSION b/VERSION index 1709bb98..81099d14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.4.1 \ No newline at end of file +11.4.2 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0ff749d9..1c23dfcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.4.1", + "version": "11.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f70ecb4b..47b2fc41 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": "11.4.1", + "version": "11.4.2", "license": "Apache-2.0", "repository": { "type": "git",