diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa2effa..cd60ca9a 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c8aea7ee..69e4a387 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.65", + "version": "1.5.66", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14826,4 +14826,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 496c4275..4cde026e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.65", + "version": "1.5.66", "packageType": "local", "updates": { "enabled": true,