From 5cb231e427d0e0ced53cd097e8fbf4fb684fb177 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 26 Mar 2019 10:48:08 +0200 Subject: [PATCH] v1.5.17 --- 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 09ee5759ee..6a7f905a3c 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.17 - 2019-03-25 + +### Misc + +- Automatically publish github release from CI + ## v1.5.16 - 2019-03-25 ### Misc diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b8a41a39fb..ef71b6d11f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.16", + "version": "1.5.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 454bd28048..a525e10c5d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.16", + "version": "1.5.17", "packageType": "local", "updates": { "enabled": true,