This commit is contained in:
Balena CI 2019-11-06 11:28:55 +02:00
parent f8cfdebba8
commit dbf1e4d776
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: 'event-tracker: Use std mixpanel types'
hash: 2143180d27d9ba0939a365ebcfd56fa069f6e2c8
body: >
Custom type definitions are removed for mixpanel module since they are
embedded
into their npm package.
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: 10.6.1
date: 2019-11-05T21:14:55.593Z
- commits:
- subject: Report any optional containers that aren't being run
hash: 8223bf2ccb8e3c50a79860088b5d12607ad71671

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/).
## 10.6.1 - 2019-11-05
* Event-tracker: Use std mixpanel types [Roman Mazur]
## 10.6.0 - 2019-11-05
* Report any optional containers that aren't being run [Cameron Diver]

2
package-lock.json generated
View File

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