Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 20, 2019
1 parent 83e07fe commit 91b1240
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-installer-snap/compare/v3.2.0...master
[Unreleased]: https://github.com/electron-userland/electron-installer-snap/compare/v4.0.0...master

## [4.0.0] - 2019-06-20

[4.0.0]: https://github.com/electron-userland/electron-installer-snap/compare/v3.2.0...v4.0.0

### Fixed

* Depend on `pulseaudio`, not `libpulse0`, when using the `pulseaudio` feature (#35)

### Removed

* Callback-style support (use `async` / `await` syntax or `util.callbackify`) (#28)
* Node < 8 support (#28)

## [3.2.0] - 2019-05-03

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-installer-snap",
"version": "3.2.0",
"version": "4.0.0",
"description": "Build snapcraft packages for Electron applications",
"author": "Mark Lee",
"license": "Apache-2.0",
Expand Down

0 comments on commit 91b1240

Please sign in to comment.