Update changelog for `v45.0.6`

This commit is contained in:
Ronan Jouchet 2021-11-22 16:24:24 -05:00
parent 4405b5d28b
commit adcf7c4c0c
2 changed files with 9 additions and 1 deletions

View File

@ -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
===================

View File

@ -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",