diff --git a/CHANGELOG.md b/CHANGELOG.md index a235160..4f52940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +50.0.1 / 2022-11-07 +=================== + +* Windows: Fix "Maximize window visual glitch" (fix #1447) (PR #1448) +* External URL protocols: add zoommtg as no-confirmation (PR #1463) +* CATALOG.md: MS Teams CSS inject (PR #1469), WhatsApp native macOS look CSS (PR #1468) +* Bump default Electron from 19.0.17 to 19.1.4, with security fixe +* CI: test on 12 and **19**, now that 19 is out +* Upgrade CLI & App dependencies + 50.0.0 / 2022-09-17 =================== diff --git a/package.json b/package.json index 941964e..624892f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "50.0.0", + "version": "50.0.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",