Skip to content

Commit 36705c1

Browse files
authored
Merge pull request #161 from electron-userland/release-1.0.1
Release 1.0.1
2 parents 1d48c3f + 02e8bc9 commit 36705c1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

NEWS.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.0.0...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.0.1...master
6+
7+
## [1.0.1] - 2018-12-12
8+
9+
[1.0.1]: https://github.com/electron-userland/electron-installer-debian/compare/v1.0.0...v1.0.1
10+
11+
### Fixed
12+
13+
* Provide a suggestion for how to resolve the description error (#149)
14+
* Don't trim the leading v from the Electron version (#153)
15+
* Ensure that certain CLI options are always parsed as arrays (#155)
16+
* Update Electron dependencies for 3.x/4.x (#159)
617

718
## [1.0.0] - 2018-10-05
819

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.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Daniel Perez Alvarez",

0 commit comments

Comments
 (0)