diff --git a/NEWS.md b/NEWS.md index c06227a6..2eeba806 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,12 @@ ## Unreleased +## [8.7.2] - 2017-06-25 + +### Fixed + +* Stop yarn creating `.bin` folders when pruning (#678) + ## [8.7.1] - 2017-06-05 ### Fixed @@ -362,6 +368,7 @@ For versions prior to 5.2.0, please see `git log`. +[8.7.2]: https://github.com/electron-userland/electron-packager/compare/v8.7.1...v8.7.2 [8.7.1]: https://github.com/electron-userland/electron-packager/compare/v8.7.0...v8.7.1 [8.7.0]: https://github.com/electron-userland/electron-packager/compare/v8.6.0...v8.7.0 [8.6.0]: https://github.com/electron-userland/electron-packager/compare/v8.5.2...v8.6.0 diff --git a/package.json b/package.json index 24faf3fb..845c6bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-packager", - "version": "8.7.1", + "version": "8.7.2", "description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI", "main": "index.js", "bin": {