Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-11-22 22:10:51 +01:00
parent 7e3f516b04
commit 9a83bd4267
4 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v1.4.8 - 2018-11-23
### Features
- Added featured-project while flashing
### Fixes
- Moved back the write cancel button
- Reject drives with null size (fixes pretty-bytes error)
## v1.4.7 - 2018-11-12
### Fixes

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.4.7",
"version": "1.4.8",
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": {
"version": "1.0.9",

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 322 KiB