This commit is contained in:
Resin CI 2019-05-27 17:47:33 +03:00
parent 0835dda6af
commit 8903ea6b1c
4 changed files with 18 additions and 2 deletions

View File

@ -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 <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
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

View File

@ -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]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "9.15.4",
"version": "9.15.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",