This commit is contained in:
Resin CI 2018-12-20 11:57:07 +01:00
parent c31ab6cdd0
commit bc0354cb0e
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'fix: Correctly type top level network IPAM config'
hash: 9fab0fc5cc924a9c1a89a38682b7d440c7c3a649
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.3
date: 2018-12-20T10:08:34.889Z
- commits:
- subject: 'deps: Pin event-stream to avoid false audit warning'
hash: 0bae497e4d2e8371d1e69c6bd536d143e9029a35

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.3 - 2018-12-20
* Fix: Correctly type top level network IPAM config [Cameron Diver]
## 9.2.2 - 2018-12-20
* Deps: Pin event-stream to avoid false audit warning [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.2",
"version": "9.2.3",
"license": "Apache-2.0",
"repository": {
"type": "git",