diff --git a/CHANGELOG.md b/CHANGELOG.md index 7716e33..71d3932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +45.0.5 / 2021-11-01 +=================== + + * Bump default Electron to 13.6.1, with bug fixes & security fixes + - 13.5.2: https://github.com/electron/electron/releases/tag/v13.5.2 + - 13.6.0: https://github.com/electron/electron/releases/tag/v13.6.0 + - 13.6.1: https://github.com/electron/electron/releases/tag/v13.6.1 + * Maintenance: Fix auth manual tests (#1287), Bumps (axios, eslint), Doc & script nits + 45.0.4 / 2021-09-24 =================== diff --git a/package.json b/package.json index 9ecdb85..26befc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "45.0.4", + "version": "45.0.5", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",