From fa9bd2aba56bad30f06a11919c752ea730961874 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 13 Apr 2021 21:53:05 -0400 Subject: [PATCH] Update changelog for `v43.0.2` --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe1e56..333c6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +43.0.2 / 2021-04-13 +=================== + + * Bump default Electron to 12.0.4 with Chrome 89.0.4389.114 + This includes the recent security fixes. + See https://github.com/electron/electron/releases/tag/v12.0.3 + and https://github.com/electron/electron/releases/tag/v12.0.4 + 43.0.1 / 2021-04-11 =================== diff --git a/package.json b/package.json index fa66820..e14b7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "43.0.1", + "version": "43.0.2", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",