diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1ba8a4..17e659ac 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 bd5fdbf6..c4404ace 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 382e420e..37ef3bd9 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.",