diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3c41e..81a683e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 =================== diff --git a/package.json b/package.json index 0ae84db..257ba0c 100644 --- a/package.json +++ b/package.json @@ -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",