This commit is contained in:
Balena CI 2020-04-06 17:28:00 +03:00
parent 39aba65687
commit e3c3adceb0
5 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Don't mangle names when minimising with webpack
hash: 6fe3bfa4f2668fd364a977ccf4830e91b07fd47a
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.0.1
date: 2020-04-06T12:39:03.990Z
- commits: - commits:
- subject: ⚡ Update synchronisation scripts for supervisor development - subject: ⚡ Update synchronisation scripts for supervisor development
hash: 8ab63656bd483645fe0238fee2a1824158f3f453 hash: 8ab63656bd483645fe0238fee2a1824158f3f453

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v11.0.1
## (2020-04-06)
* Don't mangle names when minimising with webpack [Cameron Diver]
# v11.0.0 # v11.0.0
## (2020-04-06) ## (2020-04-06)

View File

@ -1 +1 @@
11.0.0 11.0.1

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "11.0.0", "version": "11.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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": "11.0.0", "version": "11.0.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",