File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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 )
6
17
7
18
## [ 1.0.0] - 2018-10-05
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-installer-debian" ,
3
3
"description" : " Create a Debian package for your Electron app." ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"license" : " MIT" ,
6
6
"author" : {
7
7
"name" : " Daniel Perez Alvarez" ,
You can’t perform that action at this time.
0 commit comments