Skip to content

Commit 61d8fde

Browse files
committed
11.2.1
1 parent 18440d6 commit 61d8fde

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v11.2.0...master
5+
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v11.2.1...master
6+
7+
## [11.2.1] - 2019-01-02
8+
9+
[11.2.1]: https://github.com/electron-userland/electron-packager/compare/v11.2.0...v11.2.1
10+
11+
### Fixed
12+
13+
* Don't handle EH/NP Helpers if they don't exist (Backport of #894)
614

715
## [11.2.0] - 2018-03-24
816

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-packager",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)