From 07befd0bd13b7934cc31e1775aaa2b971372c710 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 27 Aug 2020 19:18:47 +0300 Subject: [PATCH] v1.5.106 --- CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb59566bae..0264ee915d 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.106 +## (2020-08-27) + +* Disable ext partitions trimming on 32 bit windows until it is fixed [Alexis Svinartchouk] +* Fix opening zip files from servers accepting Range headers [Alexis Svinartchouk] + # v1.5.105 ## (2020-08-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8f52de0af1..fdb297d493 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.105", + "version": "1.5.106", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16775,4 +16775,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 9c847865a7..c04f63c7a3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.105", + "version": "1.5.106", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",