From be2180b53f6887c48f81caf2713ae55b38191a89 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 28 Aug 2022 21:04:15 -0400 Subject: [PATCH] Update changelog for `v49.0.1` --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a6ee6..b323a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +49.0.1 / 2022-08-28 +=================== + +* Bump default Electron to 19.0.14 (from .10), with security fixes + - https://github.com/electron/electron/releases/tag/v19.0.11 + - https://github.com/electron/electron/releases/tag/v19.0.12 + - https://github.com/electron/electron/releases/tag/v19.0.13 + - https://github.com/electron/electron/releases/tag/v19.0.14 +* macOS: Move handling of "Universal" apps to electron-packager instead of our own thing (PR #1443) +* Upgrade cli+app dependencies + 49.0.0 / 2022-07-30 =================== diff --git a/package.json b/package.json index 53b44d0..f61b63e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "49.0.0", + "version": "49.0.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",