Skip to content

Commit 841812c

Browse files
committed
13.1.1
1 parent d94e65a commit 841812c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v13.1.0...master
5+
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v13.1.1...master
6+
7+
## [13.1.1] - 2019-03-04
8+
9+
[13.1.1]: https://github.com/electron-userland/electron-packager/compare/v13.1.0...v13.1.1
10+
11+
### Fixed
12+
13+
* Linux/ia32 is no longer officially supported for Electron >= 4 (#957)
614

715
## [13.1.0] - 2019-02-19
816

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron-packager",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)