Update changelog for `v44.0.2`

This commit is contained in:
Ronan Jouchet 2021-06-07 17:28:34 -04:00
parent 4badf3dc70
commit 437ae55d2e
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
44.0.2 / 2021-06-07
===================
* Fix HTTP basic auth broken since 44.0.1 (fix #1219) (#1220)
* Fix tabs opening twice since 44.0.0 (fix #1209) (#1221)
44.0.1 / 2021-06-07
===================

View File

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