mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 13:16:36 +00:00
v1.5.66
This commit is contained in:
parent
082025f0b6
commit
b128d36121
15
CHANGELOG.md
15
CHANGELOG.md
@ -3,6 +3,21 @@
|
|||||||
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.5.66
|
||||||
|
## (2019-12-03)
|
||||||
|
|
||||||
|
* Update spectron to ^8 [Alexis Svinartchouk]
|
||||||
|
* Update dependencies, get node-usb from npm [Alexis Svinartchouk]
|
||||||
|
* Update nan to ^2.14 [Alexis Svinartchouk]
|
||||||
|
* Use the same entrypoint for etcher and the child writer [Alexis Svinartchouk]
|
||||||
|
* Require angular-mocks only when needed [Alexis Svinartchouk]
|
||||||
|
* Remove no longer needed pkg dev dependency [Alexis Svinartchouk]
|
||||||
|
* Update mocha, remove nock [Alexis Svinartchouk]
|
||||||
|
* Remove no longer needed xml2js [Alexis Svinartchouk]
|
||||||
|
* Remove node-pre-gyp patch that is no longer needed with electron 6 [Alexis Svinartchouk]
|
||||||
|
* Update electron-mocha to ^8.1.2, remove acorn [Alexis Svinartchouk]
|
||||||
|
* Update electron to 6.0.10 [Alexis Svinartchouk]
|
||||||
|
|
||||||
# v1.5.65
|
# v1.5.65
|
||||||
## (2019-12-02)
|
## (2019-12-02)
|
||||||
|
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.5.65",
|
"version": "1.5.66",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.5.65",
|
"version": "1.5.66",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"updates": {
|
"updates": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user