From e3c3adceb0945f7c203bc066593c3a9c8de45c9d Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 6 Apr 2020 17:28:00 +0300 Subject: [PATCH] v11.0.1 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c7951a52..a711edaa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.0.1 + date: 2020-04-06T12:39:03.990Z - commits: - subject: ⚡ Update synchronisation scripts for supervisor development hash: 8ab63656bd483645fe0238fee2a1824158f3f453 diff --git a/CHANGELOG.md b/CHANGELOG.md index 991390af..b631e009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v11.0.1 +## (2020-04-06) + +* Don't mangle names when minimising with webpack [Cameron Diver] + # v11.0.0 ## (2020-04-06) diff --git a/VERSION b/VERSION index 4a68b557..4201fdf7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.0.0 \ No newline at end of file +11.0.1 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 70188d94..29b5035d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.0.0", + "version": "11.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a57ed40..036c1705 100644 --- a/package.json +++ b/package.json @@ -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": "11.0.0", + "version": "11.0.1", "license": "Apache-2.0", "repository": { "type": "git",