diff --git a/CHANGELOG.md b/CHANGELOG.md index be51b682..cb59566b 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.105 +## (2020-08-25) + +* Update etcher-sdk to 4.1.26 [Alexis Svinartchouk] +* URL selector cancel button cancels ongoing url selection [Alexis Svinartchouk] +* Spinner for URL selector modal [Alexis Svinartchouk] + # v1.5.104 ## (2020-08-20) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 12f74cfb..3a788135 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.104", + "version": "1.5.105", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16769,4 +16769,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 2498a380..0a82bd0d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.104", + "version": "1.5.105", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",