From e708212d41f2a38143ed760c1a7f37ad0ac0e294 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 23 Nov 2020 19:54:50 +0200 Subject: [PATCH] v1.5.111 --- CHANGELOG.md | 10 ++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b83b28..c306b9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.111 +## (2020-11-23) + +* Warn when the source drive has no partition table [Alexis Svinartchouk] +* Use a different icon when no source drive is available [Alexis Svinartchouk] +* Allow selecting a locked SD card as the source drive [Alexis Svinartchouk] +* Remove "Validate write on success" setting. Validation is always enabled, press the "skip" button to skip it. [Alexis Svinartchouk] +* Update electron to v9.3.3 [Alexis Svinartchouk] +* Update etcher-sdk to 5.1.1, use WASM ext2fs module [Alexis Svinartchouk] + # v1.5.110 ## (2020-11-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 93a26550..5b334528 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.110", + "version": "1.5.111", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -17509,4 +17509,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index c3fa6851..5152182d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.110", + "version": "1.5.111", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",