Skip to content

Commit

Permalink
14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 2, 2019
1 parent 41149ba commit f2ceef4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v14.0.0...master
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v14.0.1...master

## [14.0.1] - 2019-07-02

[14.0.1]: https://github.com/electron-userland/electron-packager/compare/v14.0.0...v14.0.1

### Changed

* Upgrade `fs-extra` to `^8.1.0` (#993)

### Fixed

* Host info shows OS release

## [14.0.0] - 2019-06-20

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "14.0.0",
"version": "14.0.1",
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit f2ceef4

Please sign in to comment.