From c70d7e475d2f38389b5d3df5220e477f8ab2c36a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 5 May 2020 19:46:08 +0300 Subject: [PATCH] v1.5.84 --- CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcc123c..a1d480a4 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.84 +## (2020-05-04) + +* Including Arch / Manjaro install instructions [Tom] +* Fix notification icon path [Alexis Svinartchouk] + # v1.5.83 ## (2020-04-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 996c2cf6..fb7a8800 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.83", + "version": "1.5.84", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14474,4 +14474,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index e32dfabf..fd142e4c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.83", + "version": "1.5.84", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",