Skip to content

Commit 4ad7774

Browse files
authored
Release 1.2.0 (#189)
1 parent 6386d3f commit 4ad7774

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

NEWS.md

Lines changed: 13 additions & 1 deletion
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/v1.1.1...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.2.0...master
6+
7+
## [1.2.0] - 2019-05-01
8+
9+
[1.2.0]: https://github.com/electron-userland/electron-installer-debian/compare/v1.1.1...v1.2.0
10+
11+
### Added
12+
13+
* Support for SUID sandbox helper in Electron >= 5 (#184)
14+
15+
### Fixed
16+
17+
* Allow GConf dependency with non-deprecated package name (#185)
618

719
## [1.1.1] - 2019-02-20
820

package.json

Lines changed: 1 addition & 1 deletion
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": "1.1.1",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"author": {
77
"name": "Daniel Perez Alvarez",

0 commit comments

Comments
 (0)