Skip to content

Commit

Permalink
Merge pull request #182 from electron-userland/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
malept authored Feb 20, 2019
2 parents d842d04 + ebc2ce5 commit 34f3315
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.1.0...master
[Unreleased]: https://github.com/electron-userland/electron-installer-debian/compare/v1.1.1...master

## [1.1.1] - 2019-02-20

[1.1.1]: https://github.com/electron-userland/electron-installer-debian/compare/v1.1.0...v1.1.1

### Changed

* Upgrade to `electron-installer-common@^0.6.1` (#174)

## [1.1.0] - 2019-01-06

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-installer-debian",
"description": "Create a Debian package for your Electron app.",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": {
"name": "Daniel Perez Alvarez",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"electron-installer-common": "^0.6.0",
"electron-installer-common": "^0.6.1",
"fs-extra": "^7.0.1",
"get-folder-size": "^2.0.1",
"lodash": "^4.17.4",
Expand Down

0 comments on commit 34f3315

Please sign in to comment.