Skip to content

Commit

Permalink
Merge pull request #110 from electron-userland/release-1.0.1
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
malept authored Feb 20, 2019
2 parents 5beec84 + 2fe63ad commit 3cfed02
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-redhat/compare/v1.0.0...master
[Unreleased]: https://github.com/electron-userland/electron-installer-redhat/compare/v1.0.1...master

## [1.0.1] - 2019-02-20

[1.0.1]: https://github.com/electron-userland/electron-installer-redhat/compare/v1.0.0...v1.0.1

### Changed

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

## [1.0.0] - 2019-01-07

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-redhat",
"description": "Create a Red Hat package for your Electron app.",
"version": "1.0.0",
"version": "1.0.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",
"lodash": "^4.17.4",
"nodeify": "^1.0.1",
Expand Down

0 comments on commit 3cfed02

Please sign in to comment.