From 8903ea6b1c7267204936ffd22f9ce021b92ddf31 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 27 May 2019 17:47:33 +0300 Subject: [PATCH] v9.15.5 --- .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 7d13309f..fe7b0268 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'docs: remove legacy waffle link & gitter chat from README' + hash: e0f875f07ba10098bd29e6d748dafc50fa6d02d3 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Matthew McGinn + signed-off-by: Matthew McGinn + author: Matthew McGinn + version: 9.15.5 + date: 2019-05-27T14:12:14.369Z - commits: - subject: Fix regression where node_modules stayed in resulting image hash: 99c08c807b6f0af02ef65e11aba5abaeeacdad44 diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4f7cd2..e62c8a11 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.15.5 - 2019-05-27 + +* Docs: remove legacy waffle link & gitter chat from README [Matthew McGinn] + ## 9.15.4 - 2019-05-27 * Fix regression where node_modules stayed in resulting image [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index d307061b..b9dccda5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.15.4", + "version": "9.15.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa3a5d1e..57129379 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.15.4", + "version": "9.15.5", "license": "Apache-2.0", "repository": { "type": "git",