This commit is contained in:
Resin CI 2019-05-27 16:24:25 +03:00
parent ef6cf9147b
commit cdcb599585
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix regression where node_modules stayed in resulting image
hash: 99c08c807b6f0af02ef65e11aba5abaeeacdad44
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.15.4
date: 2019-05-27T12:45:26.298Z
- commits:
- subject: Move to resin-lint 3 and fix lint errors
hash: 2a27b1d51f4d82ff79ca7ed2c5e36d981a400c44

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.4 - 2019-05-27
* Fix regression where node_modules stayed in resulting image [Cameron Diver]
## 9.15.3 - 2019-05-26
* Move to resin-lint 3 and fix lint errors [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "9.15.3",
"version": "9.15.4",
"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.3",
"version": "9.15.4",
"license": "Apache-2.0",
"repository": {
"type": "git",