diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cea2e..705276b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ +46.0.2 / 2022-01-06 +=================== + + * CI: Fix Docker Hub image build & push (PR #1100, thx @snpranav) + 46.0.1 / 2022-01-06 =================== - * Fix `--widevine` broken since 46.0.0 - - https://github.com/electron/electron/releases/tag/v16.0.6 + * Fix `--widevine` broken since 46.0.0 (thx @loxK) * Bump default Electron from 16.0.5 to 16.0.6 + - https://github.com/electron/electron/releases/tag/v16.0.6 46.0.0 / 2022-01-02 =================== diff --git a/package.json b/package.json index 3216253..158f622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "46.0.1", + "version": "46.0.2", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",