diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9d652..771bfb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +42.3.0 / 2021-02-25 +=================== + + * Bump default Electron to 11.3.0 (with Chromium 87.0.4280.141). + macOS-segfault-causing icon bug #1101 should remain fixed. + * API docs: fix typo in option "-v" (PR #1114) + * Get rid of dep `shelljs` and abandoned app dep `wurl` + * Bump commander from 4 to 7 and eslint-config-prettier from 7 to 8 + 42.2.1 / 2021-01-30 =================== diff --git a/package.json b/package.json index 43ccc13..22884cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "42.2.1", + "version": "42.3.0", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",