diff --git a/CHANGELOG.md b/CHANGELOG.md index bb237399..5850605c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.103 +## (2020-08-18) + +* Update rendition to ^17 [Alexis Svinartchouk] +* Update electron to 9.2.0 [Alexis Svinartchouk] +* Update etcher-sdk to ^4.1.23 [Alexis Svinartchouk] +* Move linting and testing into package.json [Alexis Svinartchouk] +* Set module: es2015 in tsconfig.json [Alexis Svinartchouk] +* Replace native elevator with sudo-prompt on windows [Alexis Svinartchouk] +* Don't import WeakMap polyfill in deep-map-keys [Alexis Svinartchouk] +* Don't use lodash in child-writer.js [Alexis Svinartchouk] +* Optimize svgs [Alexis Svinartchouk] +* User regular stream in lzma-native instead of readable-stream [Alexis Svinartchouk] +* Remove Bluebird [Alexis Svinartchouk] + # v1.5.102 ## (2020-07-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a2d7d6f9..c7f429c9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.102", + "version": "1.5.103", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16350,4 +16350,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 013526e4..ba4ce7d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.102", + "version": "1.5.103", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",