Update changelog for `v44.0.1`

This commit is contained in:
Ronan Jouchet 2021-06-07 09:38:53 -04:00
parent 709557c7ab
commit 460d70f915
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
44.0.1 / 2021-06-07
===================
* macOS: fix crash on activating main window (fix #1212) (PR #1213)
* macOS: fix fullscreen not working + menu refactor (fix #1206) (PR #1210)
44.0.0 / 2021-06-04
===================

View File

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