mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 18:06:47 +00:00
v9.2.5
This commit is contained in:
parent
d57db859d4
commit
7284863e6c
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Use webpack watching for sync.js for a faster dev cycle
|
||||
hash: c0c805d072d6fb7daca3a9d51dd4e324886df269
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 9.2.5
|
||||
date: 2018-12-20T17:42:34.493Z
|
||||
- commits:
|
||||
- subject: 'Force `devtool: none` to avoid issues with env.noOptimize'
|
||||
hash: 1130ecd3ce83e379a4f1aa41981836be2470151c
|
||||
|
@ -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.5 - 2018-12-20
|
||||
|
||||
* Use webpack watching for sync.js for a faster dev cycle [Pagan Gazzard]
|
||||
|
||||
## 9.2.4 - 2018-12-20
|
||||
|
||||
* Force `devtool: none` to avoid issues with env.noOptimize [Pagan Gazzard]
|
||||
|
@ -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.4",
|
||||
"version": "9.2.5",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user