mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
v1.5.66
This commit is contained in:
parent
082025f0b6
commit
f06c3008a7
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.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
|
||||
## (2019-12-02)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.5.65",
|
||||
"version": "1.5.66",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -14826,4 +14826,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.5.65",
|
||||
"version": "1.5.66",
|
||||
"packageType": "local",
|
||||
"updates": {
|
||||
"enabled": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user