Merge pull request #2525 from resin-io/release-1.4.6

v1.4.6
This commit is contained in:
Petros Angelatos 2018-10-29 15:29:23 -07:00 committed by GitHub
commit 3f8d2e4242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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