Update changelog for `v46.0.1`

This commit is contained in:
Ronan Jouchet 2022-01-06 09:58:15 -05:00
parent e3a823c66b
commit 0a561a62c0
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
46.0.1 / 2022-01-06
===================
* Fix `--widevine` broken since 46.0.0
- https://github.com/electron/electron/releases/tag/v16.0.6
* Bump default Electron from 16.0.5 to 16.0.6
46.0.0 / 2022-01-02
===================

View File

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