This commit is contained in:
Jonas Hermsmeier 2018-04-19 17:51:00 +02:00
parent 882d0ecba8
commit b63bb1ac0c
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F
4 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## v1.4.3 - 2018-04-19
### Fixes
- Fix blob handling for usbboot
## v1.4.2 - 2018-04-18 ## v1.4.2 - 2018-04-18
### Features ### Features

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "etcher", "name": "etcher",
"version": "1.4.2", "version": "1.4.3",
"dependencies": { "dependencies": {
"@types/angular": { "@types/angular": {
"version": "1.6.17", "version": "1.6.17",

View File

@ -1,7 +1,7 @@
{ {
"name": "etcher", "name": "etcher",
"displayName": "Etcher", "displayName": "Etcher",
"version": "1.4.2", "version": "1.4.3",
"packageType": "local", "packageType": "local",
"updates": { "updates": {
"enabled": true, "enabled": true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB