diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bc72fa..839a55e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.20 +## (2019-04-01) + +* Don't try to flash when no device is selected [Alexis Svinartchouk] +* Reformat changelog [Giovanni Garufi] +* Avoid "Error: There is already a flash in progress" errors [Alexis Svinartchouk] + # v1.5.19 ## (2019-03-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4ff3d38f..d11a5f99 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.19", + "version": "1.5.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c31b2d99..0bd9cf00 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.19", + "version": "1.5.20", "packageType": "local", "updates": { "enabled": true,