Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c6ffe69

Browse files
authoredJan 22, 2020
Release 3.0.0 (#221)
1 parent 7a71f73 commit c6ffe69

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
 

‎NEWS.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v2.0.1...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v3.0.0...master
6+
7+
## [3.0.0] - 2020-01-22
8+
9+
[3.0.0]: https://github.com/electron-userland/electron-installer-debian/compare/v2.0.1...v3.0.0
10+
11+
### Added
12+
13+
* Electron 8 dependency compatibility (electron-userland/electron-installer-common#45)
14+
15+
### Removed
16+
17+
* Node < 10 support (#220)
618

719
## [2.0.1] - 2019-09-12
820

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-installer-debian",
33
"description": "Create a Debian package for your Electron app.",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"license": "MIT",
66
"author": {
77
"name": "Daniel Perez Alvarez",

0 commit comments

Comments
 (0)
Please sign in to comment.