Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Apr 3, 2018
1 parent f178740 commit c98a057
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions NEWS.md
Expand Up @@ -2,18 +2,22 @@

## [Unreleased]

[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v11.2.0...master
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v12.0.0...master

## [12.0.0] - 2018-04-03

[12.0.0]: https://github.com/electron-userland/electron-packager/compare/v11.2.0...v12.0.0

### Changed

* `prune` exclusively utilizes the `galactus` module for pruning devDependencies, instead of
depending on package managers
* `electron-packager` is no longer ignored by default
* A warning is emitted when an Electron module is a production dependency
depending on package managers (#819)
* `electron-packager` is no longer ignored by default (#819)
* A warning is emitted when an Electron module is a production dependency (#819)

### Removed

* `packageManager` option
* `packageManager` option (#819)

## [11.2.0] - 2018-03-24

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

Please sign in to comment.