This commit is contained in:
Resin CI 2019-06-10 23:51:00 +03:00
parent 57f3b7a750
commit 6256572815
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Revert "Add a controlling variable for mixpanel reporting"
hash: 9c486275c9fcc1f7d1c322ff8142bd994d94117c
body: |
This reverts commit 1a7ed0f95bb24474ef7326309696da091e68a3d9.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.16.1
date: 2019-06-10T19:53:04.103Z
- commits:
- subject: Upgrade typescript and fix warnings
hash: ea64f0b0b3c57e6bd2e01ef4483e73d037288fc8

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.16.1 - 2019-06-10
* Revert "Add a controlling variable for mixpanel reporting" [Cameron Diver]
## 9.16.0 - 2019-06-10
* Upgrade typescript and fix warnings [Cameron Diver]

2
package-lock.json generated
View File

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