From 5d005211d4151f2af4396366dbe81fdcf0487286 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 25 May 2020 13:09:42 +0300 Subject: [PATCH] v1.5.92 --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f04e69c..65d6251a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.92 +## (2020-05-22) + +* Use electron.app.getAppPath() instead of reading it from argv in catalina-sudo [Alexis Svinartchouk] +* Disable asar packing on all platforms [Alexis Svinartchouk] +* Remove unneeded fortawesome from main.scss [Alexis Svinartchouk] +* Remove unneeded font formats [Alexis Svinartchouk] +* Webpack everything, reduce package size [Alexis Svinartchouk] + # v1.5.91 ## (2020-05-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4a2032f7..70c8acda 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.91", + "version": "1.5.92", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -15049,4 +15049,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index c2c33748..7cb078d4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.91", + "version": "1.5.92", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",