diff --git a/NEWS.md b/NEWS.md index f8f502f..0dcf8b1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,12 +2,26 @@ ## [Unreleased] -[Unreleased]: https://github.com/unindented/electron-installer-debian/compare/v0.8.1...master +[Unreleased]: https://github.com/unindented/electron-installer-debian/compare/v1.0.0...master + +## [1.0.0] - 2018-10-05 + +[1.0.0]: https://github.com/unindented/electron-installer-debian/compare/v0.8.1...v1.0.0 + +### Added + +* Support for Electron >= 2.0 (#132) +* `transformVersion` as an exportable function (#144) + +### Fixed + +* Warn when directory umask may not work with dpkg (#134) ### Removed * Node-style callback support (use [`nodeify`](https://npm.im/nodeify) if you need that functionality) +* Node < 6 support (#145) ## [0.8.1] - 2018-02-20 diff --git a/package.json b/package.json index f210741..e6d02d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "electron-installer-debian", "description": "Create a Debian package for your Electron app.", - "version": "0.8.1", + "version": "1.0.0", "license": "MIT", "author": { "name": "Daniel Perez Alvarez",