Skip to content

Commit 34f3315

Browse files
authored
Merge pull request #182 from electron-userland/release-1.1.1
Release 1.1.1
2 parents d842d04 + ebc2ce5 commit 34f3315

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

NEWS.md

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

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.1.0...master
5+
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.1.1...master
6+
7+
## [1.1.1] - 2019-02-20
8+
9+
[1.1.1]: https://github.com/electron-userland/electron-installer-debian/compare/v1.1.0...v1.1.1
10+
11+
### Changed
12+
13+
* Upgrade to `electron-installer-common@^0.6.1` (#174)
614

715
## [1.1.0] - 2019-01-06
816

package.json

Lines changed: 2 additions & 2 deletions
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.0",
4+
"version": "1.1.1",
55
"license": "MIT",
66
"author": {
77
"name": "Daniel Perez Alvarez",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"debug": "^4.1.1",
37-
"electron-installer-common": "^0.6.0",
37+
"electron-installer-common": "^0.6.1",
3838
"fs-extra": "^7.0.1",
3939
"get-folder-size": "^2.0.1",
4040
"lodash": "^4.17.4",

0 commit comments

Comments
 (0)