This commit is contained in:
Resin CI 2018-12-20 11:04:26 +01:00
parent 53fdd3e4fe
commit 2d014d2a5d
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'deps: Pin event-stream to avoid false audit warning'
hash: 0bae497e4d2e8371d1e69c6bd536d143e9029a35
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.2
date: 2018-12-20T09:51:18.661Z
- commits:
- subject: Update pinejs-client to pinejs-client-request 5.x
hash: 019190646e5dbcc24a1aaa4fd4ed5d9274fce575

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.2 - 2018-12-20
* Deps: Pin event-stream to avoid false audit warning [Cameron Diver]
## 9.2.1 - 2018-12-19
* Update pinejs-client to pinejs-client-request 5.x [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": "9.2.1",
"version": "9.2.2",
"license": "Apache-2.0",
"repository": {
"type": "git",