From 782fd783c105c2071c0c2775c7e494b88232ce71 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 8 Jul 2019 20:36:43 +0300 Subject: [PATCH] v9.18.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 6b6393f5..773cea12 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Roman Mazur + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c64d56..065f8f8d 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.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] diff --git a/package-lock.json b/package-lock.json index 5de739f3..2b3d6cbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.18.4", + "version": "9.18.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e8f0c652..5980aad0 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.18.4", + "version": "9.18.5", "license": "Apache-2.0", "repository": { "type": "git",