Skip to content

Commit

Permalink
12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 18, 2018
1 parent bffd683 commit a49c08d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions NEWS.md
Expand Up @@ -2,9 +2,23 @@

## [Unreleased]

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

## [12.1.0]
## [12.1.1] - 2018-08-18

[12.1.1]: https://github.com/electron-userland/electron-packager/compare/v12.1.0...v12.1.1

### Changed

* Host arch utilities moved to electron-download. This is not a breaking change, as the existing API
has been kept the same.

### Deprecated

* `hostArch` and `unameArch` in `electron-packager/targets`, replaced with `host` and `uname` in
`electron-download/lib/arch`, respectively

## [12.1.0] - 2018-05-18

[12.1.0]: https://github.com/electron-userland/electron-packager/compare/v12.0.2...v12.1.0

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

Please sign in to comment.