From a21a82c64e940eac68f1fbc13012b33807708679 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 28 Mar 2019 16:49:12 +0200 Subject: [PATCH] v1.5.19 --- 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 f31029f7..00bc72fa 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.19 +## (2019-03-28) + +* Update resin-corvus to ^2.0.2 [Alexis Svinartchouk] +* Better reporting of unhandled rejections to sentry [Alexis Svinartchouk] + # v1.5.18 ## (2019-03-26) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6cd14cbe..4ff3d38f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.18", + "version": "1.5.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15766827..c31b2d99 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.18", + "version": "1.5.19", "packageType": "local", "updates": { "enabled": true,