Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-12-19 16:05:56 +01:00
parent 07858eecac
commit d71b3fe1bc
4 changed files with 16 additions and 2 deletions

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v1.4.9 - 2018-12-19
### Fixes
- Fix update notifier error popping up on v1.4.1->1.4.8
### Misc
- Added React component for the Flash Results button
- Added React component for the Flash Another button
- Restyle success screen and enlarge UI elements
- Use https for fetching sub modules
- Add `.wic` image extension as supported format
## v1.4.8 - 2018-11-23
### Features

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.4.8",
"version": "1.4.9",
"dependencies": {
"@babel/runtime": {
"version": "7.2.0",

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.4.8",
"version": "1.4.9",
"packageType": "local",
"updates": {
"enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

After

Width:  |  Height:  |  Size: 325 KiB