Skip to content

Commit

Permalink
Release 3.0.0 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 22, 2020
1 parent 9f8ccab commit 9a9ffa3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

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

## [3.0.0] - 2020-01-22

[3.0.0]: https://github.com/electron-userland/electron-installer-redhat/compare/v2.0.0...v3.0.0

### Added

* Electron 8 dependency compatibility (electron-userland/electron-installer-common#45)

### Removed

* Node < 10 support (#151)

## [2.0.0] - 2019-06-11

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

0 comments on commit 9a9ffa3

Please sign in to comment.