This commit is contained in:
Resin CI 2019-06-20 13:29:23 +03:00
parent 255fdb2585
commit cebf3761d6
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Remove mochainon dependnecy
hash: 3f5239b07f247e9da8a6fe03a4fa4251d12cd296
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.16.6
date: 2019-06-19T20:37:15.140Z
- commits: - commits:
- subject: Allow writing test files in typescript - subject: Allow writing test files in typescript
hash: 9dab00d1566bdff6c2a3b74a3c86865aa69cb415 hash: 9dab00d1566bdff6c2a3b74a3c86865aa69cb415

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 9.16.6 - 2019-06-19
* Remove mochainon dependnecy [Roman Mazur]
## 9.16.5 - 2019-06-19 ## 9.16.5 - 2019-06-19
* Allow writing test files in typescript [Cameron Diver] * Allow writing test files in typescript [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "9.16.5", "version": "9.16.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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