This commit is contained in:
Resin CI 2018-12-20 18:04:21 +01:00
parent 26fc4d7fba
commit 851db08af0
3 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -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]

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.3",
"version": "9.2.4",
"license": "Apache-2.0",
"repository": {
"type": "git",