Skip to content

Commit

Permalink
14.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 20, 2019
1 parent 2d84f35 commit d8aa461
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions NEWS.md
Expand Up @@ -2,11 +2,22 @@

## [Unreleased]

[Unreleased]: https://github.com/electron/electron-packager/compare/v14.1.0...master
[Unreleased]: https://github.com/electron/electron-packager/compare/v14.1.1...master

## [14.1.1] - 2019-11-19

[14.1.1]: https://github.com/electron/electron-packager/compare/v14.1.0...v14.1.1

### Fixed

* Regression that caused the symlink test on Windows to not work as intended
* Regression that caused the symlink test on Windows to not work as intended (#1071)
* Always initialize proxy support when running the CLI (#1077)
* Clarify the error message when infer cannot find a package.json file (#1079)
* Handle a missing inferred app version better (#1079)

### Chores

* Upgrade `electron-notarize` to `^0.2.0` (#1069)

## [14.1.0] - 2019-10-28

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

2 comments on commit d8aa461

@campersau
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When will this be available via npm?

@malept
Copy link
Member Author

@malept malept commented on d8aa461 Nov 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your patience, 14.1.1 has been published to the NPM registry.

Please sign in to comment.