Skip to content

Commit

Permalink
Merge pull request #146 from unindented/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
malept authored Oct 5, 2018
2 parents 12987d3 + acce478 commit be26603
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit be26603

Please sign in to comment.