diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d3932..2cc1677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +45.0.6 / 2021-11-22 +=================== + + * Fix notifications (PR #1308) + * Fix icon conversion scripts broken on recent macOS (fix #1277) + * Bump default Electron to 13.6.2, with bug fixes & security fixes + - 13.6.2: https://github.com/electron/electron/releases/tag/v13.6.2 + * Maintenance: bump CI Nodejs to 17, Relock dependencies 45.0.5 / 2021-11-01 =================== diff --git a/package.json b/package.json index 26befc5..1704ac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "45.0.5", + "version": "45.0.6", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",