From e0e7775367cf5336ac9f3b95af5931c8fc56aa95 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Sun, 9 Jun 2019 17:09:46 +0300 Subject: [PATCH] v1.5.46 --- 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 0d1e51ae37..4b6e866629 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.46 +## (2019-06-09) + +* Update ext2fs to 1.0.29 [Alexis Svinartchouk] + # v1.5.45 ## (2019-06-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9cb1b2f9e6..4d19af5dd7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.45", + "version": "1.5.46", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13956,4 +13956,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index babcc77ad4..3adab72b14 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.45", + "version": "1.5.46", "packageType": "local", "updates": { "enabled": true,