Skip to content

Commit

Permalink
13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 5, 2019
1 parent d94e65a commit 841812c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,15 @@

## [Unreleased]

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

## [13.1.1] - 2019-03-04

[13.1.1]: https://github.com/electron-userland/electron-packager/compare/v13.1.0...v13.1.1

### Fixed

* Linux/ia32 is no longer officially supported for Electron >= 4 (#957)

## [13.1.0] - 2019-02-19

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

Please sign in to comment.