mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v9.15.5
This commit is contained in:
parent
0835dda6af
commit
8903ea6b1c
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.15.4",
|
||||
"version": "9.15.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user