From a66007f8cc6ca009ec5f94370244d3daa4a806ea Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:38:02 +0200 Subject: [PATCH] v1.5.62 --- CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09880ea5..6e899ed7 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.62 +## (2019-11-06) + +* Update drivelist to 8.0.9 [Alexis Svinartchouk] + # v1.5.61 ## (2019-11-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9be151f0..ed86bfbd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.61", + "version": "1.5.62", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14771,4 +14771,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 943669c7..c9dc6759 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.61", + "version": "1.5.62", "packageType": "local", "updates": { "enabled": true,