From b3f68c2638604ced3402301d0d305097adcf61a3 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 12 Mar 2019 18:01:29 +0200 Subject: [PATCH] v1.5.10 --- 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 4df31e62cb..41feff9a37 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.10 - 2019-03-12 + +### Misc + +- Update resin-scripts + ## v1.5.9 - 2019-03-05 ### Misc diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 93e73b088a..baaeeb101c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.9", + "version": "1.5.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca5a80fe52..c9d5533489 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.9", + "version": "1.5.10", "packageType": "local", "updates": { "enabled": true,