This commit is contained in:
Resin CI 2019-07-08 20:36:43 +03:00
parent e1fdafddfc
commit 782fd783c1
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Use resin-lint for mocha tests check
hash: bea97f47a7c2b5748ca50632a7de93f7f18af5fd
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Roman Mazur <roman@balena.io>
signed-off-by: Roman Mazur <roman@balena.io>
author: Roman Mazur
version: 9.18.5
date: 2019-07-08T16:23:26.845Z
- commits:
- subject: 'Fix network composition parsing, and correctly report compose config'
hash: 89807c21fa599d952b0fd5f61302f94539f3b3ea

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.18.5 - 2019-07-08
* Use resin-lint for mocha tests check [Roman Mazur]
## 9.18.4 - 2019-07-04
* Fix network composition parsing, and correctly report compose config [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "9.18.4",
"version": "9.18.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.18.4",
"version": "9.18.5",
"license": "Apache-2.0",
"repository": {
"type": "git",