Skip to content

Commit

Permalink
8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Oct 29, 2016
1 parent b21c36f commit 0e8c806
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## [8.2.0] - 2016-10-29

### Added

* Allow `extend-info` to specify an object instead of a filename (#510)

### Fixed

* Retrieving metadata from `package.json` by upgrading `get-package-info` (#505)
* Typo when using `extend-info` (#510)

## [8.1.0] - 2016-09-30

### Added
Expand Down Expand Up @@ -274,6 +285,7 @@

For versions prior to 5.2.0, please see `git log`.

[8.2.0]: https://github.com/electron-userland/electron-packager/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/electron-userland/electron-packager/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/electron-userland/electron-packager/compare/v7.7.0...v8.0.0
[7.7.0]: https://github.com/electron-userland/electron-packager/compare/v7.6.0...v7.7.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-packager",
"version": "8.1.0",
"version": "8.2.0",
"description": "Package and distribute your Electron app with OS-specific bundles (.app, .exe etc) via JS or CLI",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 0e8c806

Please sign in to comment.