From 518a0ca45b985cd7e89fec8dfd2f7f6cc4056374 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 10 May 2019 13:21:12 +0300 Subject: [PATCH] v1.5.34 --- CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0d9abf..108e7ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.34 +## (2019-05-09) + +* Use https url for fetching config, avoid redirection [Alexis Svinartchouk] +* win32: fix running diskpart when the tmp file path contains spaces [Alexis Svinartchouk] + # v1.5.33 ## (2019-04-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f6974de8..86b613e4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.33", + "version": "1.5.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b83051eb..1b7c3003 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.33", + "version": "1.5.34", "packageType": "local", "updates": { "enabled": true,