diff --git a/CHANGELOG.md b/CHANGELOG.md index 05baf19..2c3c41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 =================== diff --git a/package.json b/package.json index 85225de..0ae84db 100644 --- a/package.json +++ b/package.json @@ -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",