mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.5.102
This commit is contained in:
parent
c2e23855b3
commit
6d9c81da43
15
CHANGELOG.md
15
CHANGELOG.md
@ -3,6 +3,21 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v1.5.102
|
||||
## (2020-07-27)
|
||||
|
||||
* Fix flashing truncated images, fix flashing large dmgs [Alexis Svinartchouk]
|
||||
* Electron 9.1.1 [Alexis Svinartchouk]
|
||||
* Remove bluebird from main process, reduce lodash usage [Alexis Svinartchouk]
|
||||
* Centralize imports in child-writer [Alexis Svinartchouk]
|
||||
* Split main process and child-writer js files [Alexis Svinartchouk]
|
||||
* Stop using request, replace it with already used axios [Alexis Svinartchouk]
|
||||
* Remove font awesome unused icons from the generated bundle [Alexis Svinartchouk]
|
||||
* Remove no longer used .sass-lint.yml [Alexis Svinartchouk]
|
||||
* Use tslib [Alexis Svinartchouk]
|
||||
* Use strict typescript compiler option [Alexis Svinartchouk]
|
||||
* Update rendition to ^16.1.1 [Alexis Svinartchouk]
|
||||
|
||||
# v1.5.101
|
||||
## (2020-07-09)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.5.101",
|
||||
"version": "1.5.102",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -17857,4 +17857,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.5.101",
|
||||
"version": "1.5.102",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user