From a5f8b3c164e02038b68105b4db73648bf5f3266e Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 6 Mar 2019 18:00:26 +0200 Subject: [PATCH] v1.5.9 --- 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 39ed506bb1..4df31e62cb 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.9 - 2019-03-05 + +### Misc + +- Update etcher-sdk to 1.3.0 + ## v1.5.8 - 2019-03-01 ### Misc diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5da95ae0ae..93e73b088a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.8", + "version": "1.5.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6b7c3b835..ca5a80fe52 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.8", + "version": "1.5.9", "packageType": "local", "updates": { "enabled": true,