From 52898b98dd3888a8df8fc6e1573dfbf3f2fcf4f1 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 23 Jan 2019 19:12:38 +0100 Subject: [PATCH] v9.4.2 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6294224c..4cf5b925 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'fix: Fix intial config reporting' + hash: 9a97451e7a43524dc512f7f56e704a97369caa4b + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 9.4.2 + date: 2019-01-23T18:02:33.894Z - commits: - subject: Clear up images.ts module code for simiplicity hash: 24ce72a2c339e52ac98099f61c235bb2c23d4f97 diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f86b76..d95e20c4 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/). +## 9.4.2 - 2019-01-23 + +* Fix: Fix intial config reporting [Cameron Diver] + ## 9.4.1 - 2019-01-23 * Clear up images.ts module code for simiplicity [Cameron Diver] diff --git a/package.json b/package.json index faff15a6..97c5241f 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": "9.4.1", + "version": "9.4.2", "license": "Apache-2.0", "repository": { "type": "git",