This commit is contained in:
Resin CI 2019-01-08 17:55:10 +01:00
parent 5146b53d94
commit e8d5364bf8
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix context bind errors by switching to async/await
hash: a970ec5377987bdc845a571c16514d3f15e8eadb
body: ''
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.2.10
date: 2019-01-08T16:23:42.125Z
- commits:
- subject: 'refactor: Convert ApiBinder module to typescript'
hash: 01ed7bb103b4df8fb0679cf858220db42d4a0b92

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.2.10 - 2019-01-08
* Fix context bind errors by switching to async/await [Cameron Diver]
## 9.2.9 - 2019-01-08
* Refactor: Convert ApiBinder module to typescript [Cameron Diver]

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.2.9",
"version": "9.2.10",
"license": "Apache-2.0",
"repository": {
"type": "git",