From 72e5631167d576248d613c92c87e37fb19ed4114 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 22 Jun 2020 19:57:51 +0300 Subject: [PATCH] v1.5.100 --- CHANGELOG.md | 16 ++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1ba8a423..17e659acd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.100 +## (2020-06-22) + +* Update partitioninfo to 5.3.5 [Alexis Svinartchouk] +* Add .vhd to the list of supported extensions, allow opening any file [Alexis Svinartchouk] +* Update mocha to v8.0.1 [Alexis Svinartchouk] +* Update electron-notarize to v1.0.0 [Alexis Svinartchouk] +* Update electron to v9.0.4 [Alexis Svinartchouk] +* Update etcher-sdk to v4.1.15 [Alexis Svinartchouk] +* Sticky header in target selection table [Alexis Svinartchouk] +* Update rendition to 15.2.1 [Alexis Svinartchouk] +* Fix source-selector image height [Lorenzo Alberto Maria Ambrosi] +* Update rendition to v15.0.0 [Lorenzo Alberto Maria Ambrosi] +* Merge unsafe mode with new target selector [Lorenzo Alberto Maria Ambrosi] +* Rework target selector modal [Lorenzo Alberto Maria Ambrosi] + # v1.5.99 ## (2020-06-12) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bd5fdbf635..c4404acea1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.99", + "version": "1.5.100", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -18639,4 +18639,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 382e420e75..37ef3bd977 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.99", + "version": "1.5.100", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",