From 6d9c81da431af319d7baef38d0ad51b670f4b9c5 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:57:16 +0300 Subject: [PATCH] v1.5.102 --- CHANGELOG.md | 15 +++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7117116..bb237399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.102 +## (2020-07-27) + +* Fix flashing truncated images, fix flashing large dmgs [Alexis Svinartchouk] +* Electron 9.1.1 [Alexis Svinartchouk] +* Remove bluebird from main process, reduce lodash usage [Alexis Svinartchouk] +* Centralize imports in child-writer [Alexis Svinartchouk] +* Split main process and child-writer js files [Alexis Svinartchouk] +* Stop using request, replace it with already used axios [Alexis Svinartchouk] +* Remove font awesome unused icons from the generated bundle [Alexis Svinartchouk] +* Remove no longer used .sass-lint.yml [Alexis Svinartchouk] +* Use tslib [Alexis Svinartchouk] +* Use strict typescript compiler option [Alexis Svinartchouk] +* Update rendition to ^16.1.1 [Alexis Svinartchouk] + # v1.5.101 ## (2020-07-09) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2dee4c4e..65405d66 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.101", + "version": "1.5.102", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -17857,4 +17857,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 14fb3fd0..dd8c504d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.101", + "version": "1.5.102", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",