From c54f2e08c21cd3922289bbf2a268bf3811697c40 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 17 Sep 2019 16:25:19 +0300 Subject: [PATCH] v1.5.57 --- CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2321aec097..ed71a08978 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 ccc5677210..35f8d3f026 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 fdc10b843d..d04f2f470e 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,