Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 11, 2019
1 parent ebeb90e commit d984b81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Changes by Version
# `electron-installer-debian` - Changes by Version

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.2.0...master
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v2.0.0...master

## [2.0.0] - 2019-06-11

[2.0.0]: https://github.com/electron-userland/electron-installer-debian/compare/v1.2.0...v2.0.0

### Added

* ATSPI dependency for Electron >= 5 (#200)

### Fixed

* Add revision, when present, to the default output filename (#199)

### Removed

* Node < 8 support (#194)

## [1.2.0] - 2019-05-01

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": "1.2.0",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Daniel Perez Alvarez",
Expand Down

0 comments on commit d984b81

Please sign in to comment.