mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
v9.2.0
This commit is contained in:
parent
4be44905aa
commit
b48947895c
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user