diff --git a/CHANGELOG.md b/CHANGELOG.md index b81555e..c0f75fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +46.1.1 / 2022-02-14 +=================== + + * Feature: Add "copy as plain text" in edit menu (PR #1351 @abhi12299, fix #1144) + * Bump default Electron to 16.0.9 (from 16.0.8), with security fixes + - https://github.com/electron/electron/releases/tag/v16.0.9 + * Upgrade dependencies + 46.1.0 / 2022-02-06 =================== diff --git a/package.json b/package.json index 8564e0d..aa8fb57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "46.1.0", + "version": "46.1.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",