Update changelog for `v42.3.0`

This commit is contained in:
Ronan Jouchet 2021-02-25 19:49:22 -05:00
parent 17231d707f
commit 0aa8276922
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
42.3.0 / 2021-02-25
===================
* Bump default Electron to 11.3.0 (with Chromium 87.0.4280.141).
macOS-segfault-causing icon bug #1101 should remain fixed.
* API docs: fix typo in option "-v" (PR #1114)
* Get rid of dep `shelljs` and abandoned app dep `wurl`
* Bump commander from 4 to 7 and eslint-config-prettier from 7 to 8
42.2.1 / 2021-01-30
===================

View File

@ -1,6 +1,6 @@
{
"name": "nativefier",
"version": "42.2.1",
"version": "42.3.0",
"description": "Wrap web apps natively",
"license": "MIT",
"author": "Goh Jia Hao",