This commit is contained in:
Resin CI 2019-07-01 11:51:28 +03:00
parent f53640ca4c
commit 90e7ec0053
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Add mocha tests linter
hash: 36fa23ab7dcd76e7eb207e59b2ebcca8560a015f
body: >
A simple script that detects presence of .only statements in tests.
The idea is to avoid comitting them, so that all the tests are run with
npm test.
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.3
date: 2019-06-29T13:44:31.994Z
- commits:
- subject: Use jessie base images for i386-nlp
hash: 92aa9b40ab77316f052533cf7d0b12ec96000d0b

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.3 - 2019-06-29
* Add mocha tests linter [Roman Mazur]
## 9.18.2 - 2019-06-27
* Use jessie base images for i386-nlp [Cameron Diver]

2
package-lock.json generated
View File

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