mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
v9.2.4
This commit is contained in:
parent
26fc4d7fba
commit
851db08af0
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: 'Force `devtool: none` to avoid issues with env.noOptimize'
|
||||
hash: 1130ecd3ce83e379a4f1aa41981836be2470151c
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Use fork-ts-checker to speed up the webpack build
|
||||
hash: 77dd1d0a44dad250186c6f7625226fa994a4f0e5
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 9.2.4
|
||||
date: 2018-12-20T16:49:22.103Z
|
||||
- commits:
|
||||
- subject: 'fix: Correctly type top level network IPAM config'
|
||||
hash: 9fab0fc5cc924a9c1a89a38682b7d440c7c3a649
|
||||
|
@ -4,6 +4,11 @@ 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.4 - 2018-12-20
|
||||
|
||||
* Force `devtool: none` to avoid issues with env.noOptimize [Pagan Gazzard]
|
||||
* Use fork-ts-checker to speed up the webpack build [Pagan Gazzard]
|
||||
|
||||
## 9.2.3 - 2018-12-20
|
||||
|
||||
* Fix: Correctly type top level network IPAM config [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.2.3",
|
||||
"version": "9.2.4",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user