From 78a5339e3e24a3ad2cc44f6925f63890d4d9d135 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 7 Sep 2020 12:50:26 +0300 Subject: [PATCH] v1.5.107 --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0264ee91..f5521120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.107 +## (2020-09-04) + +* Re-enable ext partitions trimming on 32 bit Windows [Alexis Svinartchouk] +* Rework system & large drives handling logic [Lorenzo Alberto Maria Ambrosi] +* Reword macOS Catalina askpass message [Lorenzo Alberto Maria Ambrosi] +* Add clone-drive workflow [Lorenzo Alberto Maria Ambrosi] + # v1.5.106 ## (2020-08-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ce8d16f3..860f20b1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.106", + "version": "1.5.107", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16775,4 +16775,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 61eb5749..a1a3803d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.106", + "version": "1.5.107", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",