From 80e02317275f5dfbc75515e9ce446c05dd7a5458 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 6 Feb 2020 15:55:10 +0200 Subject: [PATCH] v1.5.76 --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4107fa195a..8b76fe2277 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.76 +## (2020-02-05) + +* Prefix temp permissions script name [Lorenzo Alberto Maria Ambrosi] +* Fix image drop zone, remove react-dropzone dependency [Alexis Svinartchouk] +* Update etcher-sdk to ^2.0.17 [Alexis Svinartchouk] + # v1.5.75 ## (2020-02-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e12c142840..678716b67a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.75", + "version": "1.5.76", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14457,4 +14457,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 05c74718a1..70333b7cac 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.75", + "version": "1.5.76", "packageType": "local", "updates": { "enabled": true,