diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc1677..7c37e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +45.0.7 / 2021-12-06 +=================== + + * Use userAgentFallback for user-agent injection (PR #1316) + * Fix `--upgrade` (PR #1286) + * Bump default Electron to 13.6.3 with fixes & security fixes + - 13.6.3: https://github.com/electron/electron/releases/tag/v13.6.3 + * Maintenance: documentation, scripts, dependencies bumps + * Display "we need your help" message when running CLI: + +``` +Hi! Nativefier is minimally maintained these days, and needs more hands. +If you have the time & motivation, help with bugfixes and maintenance is VERY welcome. +Please go to https://github.com/nativefier/nativefier and help how you can. Thanks. +``` + 45.0.6 / 2021-11-22 =================== diff --git a/package.json b/package.json index 7f3575f..378b5b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "45.0.6", + "version": "45.0.7", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",