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 7607119 commit b50a247
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Changes by Version
# `electron-installer-redhat` - Changes by Version

## [Unreleased]

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

## [2.0.0] - 2019-06-11

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

### Added

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

### Fixed

* Always add revision/release to the RPM filename (#114)
* Include SVG files into the spec file (#125)

### Removed

* Node-style callback support (use [`util.callbackify`](https://nodejs.org/api/util.html#util_util_callbackify_original)
if you need that functionality)
* Node < 8 support (#121)

## [1.1.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-redhat",
"description": "Create a Red Hat package for your Electron app.",
"version": "1.1.0",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Daniel Perez Alvarez",
Expand Down

0 comments on commit b50a247

Please sign in to comment.