Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Dec 18, 2019
1 parent 8f6f466 commit 47a8e58
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

[Unreleased]: https://github.com/malept/electron-installer-flatpak/compare/v0.10.1...master

## [0.11.0] - 2019-12-17

[0.11.0]: https://github.com/malept/electron-installer-flatpak/compare/v0.10.1...v0.11.0

### Added

* Support for zypak for Electron >= 5 (malept#16)

### Fixed

* Force baseVersion and runtimeVersion to strings (port of endlessm#27)
* Don't provide full access to `/tmp` (port of endlessm#27)

### Removed

* Node < 8 support (malept#18)

## [0.10.1] - 2019-10-29

[0.10.1]: https://github.com/malept/electron-installer-flatpak/compare/v0.10.0...v0.10.1
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": "@malept/electron-installer-flatpak",
"description": "Create a Flatpak package for your Electron app.",
"version": "0.10.1",
"version": "0.11.0",
"license": "MIT",
"author": {
"name": "Matt Watson",
Expand Down

0 comments on commit 47a8e58

Please sign in to comment.