Skip to content

Commit

Permalink
14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 7, 2020
1 parent be9bbe5 commit 751a3a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions NEWS.md
@@ -1,8 +1,17 @@
# Changes by Version
# Electron Packager: Changes by Version

## [Unreleased]

[Unreleased]: https://github.com/electron/electron-packager/compare/v14.2.0...master
[Unreleased]: https://github.com/electron/electron-packager/compare/v14.2.1...master

## [14.2.1] - 2020-02-07

[14.2.1]: https://github.com/electron/electron-packager/compare/v14.2.0...v14.2.1

### Fixed

* mac: don't fail if the icon path doesn't exist (#1101)
* win32: correctly catch missing wine exceptions (#1117)

## [14.2.0] - 2020-01-13

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "14.2.0",
"version": "14.2.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 751a3a5

Please sign in to comment.