diff --git a/CHANGELOG.md b/CHANGELOG.md index eade05c..fbe1e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +43.0.1 / 2021-04-11 +=================== + + * Add a `session-interaction` event to allow injected js to interact + with apps Electron `session` object (PR #1132) + * Automatically-internal login pages: add Apple ID (PR #1146), GitHub 2FA (PR #1140) + * Bump default Electron from 12.0.1 to 12.0.2 (with Chrome 89.0.4389.90) + * Old build detection: bump old build threshold from 60 to 90 days + 43.0.0 / 2021-03-10 =================== diff --git a/package.json b/package.json index bf11357..fa66820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "43.0.0", + "version": "43.0.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",