Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2018-10-28 21:11:45 +01:00
parent 8e92c5b844
commit c1a8b0c303
4 changed files with 18 additions and 2 deletions

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v1.4.6 - 2018-10-28
### Fixes
- Provide a Buffer to xxhash.Stream
- Fix 64 bit detection on arm
- Fix incorrect file constraint path
- Fix flash cancel button interaction
### Misc
- Add new balena.io logos
- Use Resin CI scripts to build Etcher
- Enable React lint rules
- Convert Progress Button to Rendition
## v1.4.5 - 2018-10-11
### Features

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "etcher",
"version": "1.4.5",
"version": "1.4.6",
"dependencies": {
"@babel/runtime": {
"version": "7.1.2",

View File

@ -2,7 +2,7 @@
"name": "etcher",
"private": true,
"displayName": "Etcher",
"version": "1.4.5",
"version": "1.4.6",
"packageType": "local",
"updates": {
"enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 276 KiB