diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9050b..29fe029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +46.2.1 / 2022-04-10 +=================== + + * Bump default Electron to 16.2.1 (from 16.1.0), with security fixes: + - https://github.com/electron/electron/releases/tag/v16.1.1 + - https://github.com/electron/electron/releases/tag/v16.2.0 + - https://github.com/electron/electron/releases/tag/v16.2.1 + - https://github.com/electron/electron/releases/tag/v16.2.2 + * Upgrade dependencies lockfiles + 46.2.0 / 2022-03-20 =================== diff --git a/package.json b/package.json index 288e457..44b90c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "46.2.0", + "version": "46.2.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",