This commit is contained in:
Resin CI 2018-12-19 18:52:02 +01:00
parent 4be44905aa
commit b48947895c
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update to webpack 4
hash: 655c476ccdb40639f814eebd68a8170bc000f8e5
body: ''
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
version: 9.2.0
date: 2018-12-19T17:16:14.411Z
- commits:
- subject: 'device-api: Add morgan to log api requests'
hash: 45b322b7e093abfa60ebb476c2cc477800de06b7

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.0 - 2018-12-19
* Update to webpack 4 [Pagan Gazzard]
## 9.1.0 - 2018-12-19
* Device-api: Add morgan to log api requests [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.1.0",
"version": "9.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",