diff --git a/CHANGELOG.md b/CHANGELOG.md index 2321aec0..ed71a089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.57 +## (2019-09-16) + +* Fix entrypoint when options are passed to electron [Alexis Svinartchouk] + # v1.5.56 ## (2019-08-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ccc56772..35f8d3f0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.56", + "version": "1.5.57", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fdc10b84..d04f2f47 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.56", + "version": "1.5.57", "packageType": "local", "updates": { "enabled": true,