Skip to content

Commit

Permalink
12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Oct 3, 2018
1 parent fb1656e commit a5e0f62
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/v12.1.2...master
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v12.2.0...master

## [12.2.0] - 2018-10-02

[12.2.0]: https://github.com/electron-userland/electron-packager/compare/v12.1.2...v12.2.0

### Added

* darwinDarkModeSupport option to support macOS Mojave dark mode for older Electron versions (#893)

### Fixed

* Don't handle EH/NP Helpers if they don't exist (#894)

## [12.1.2] - 2018-09-12

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

0 comments on commit a5e0f62

Please sign in to comment.