Update changelog for `v43.0.2`

This commit is contained in:
Ronan Jouchet 2021-04-13 21:53:05 -04:00
parent 83b1c10269
commit fa9bd2aba5
2 changed files with 9 additions and 1 deletions

View File

@ -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
===================

View File

@ -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",