diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d6251a17..8dd574c923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.93 +## (2020-05-25) + +* Update electron-builder to v22.6.1 [Alexis Svinartchouk] +* Strip out comments from generated code [Alexis Svinartchouk] +* Update electron to v9.0.0 [Alexis Svinartchouk] + # v1.5.92 ## (2020-05-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fcddbe5e5a..d23883130d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.92", + "version": "1.5.93", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14646,4 +14646,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index f3f3785402..d13138047b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.92", + "version": "1.5.93", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",