This commit is contained in:
Resin CI 2018-11-13 23:28:43 +01:00
parent aef4ec53a9
commit 135ca9ac8f
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ 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/).
## 8.3.9 - 2018-11-13
* Fix m00001 migration by using targetValues [Cameron Diver]
* Appended API example [hippolyt]
## 8.3.8 - 2018-11-06
* Let typescript do the json resolution so we get proper types [Pagan Gazzard]

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": "8.3.8",
"version": "8.3.9",
"license": "Apache-2.0",
"repository": {
"type": "git",