From 0aa8276922b26f2fa7b026fcebb48bcf4a82ca48 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Thu, 25 Feb 2021 19:49:22 -0500 Subject: [PATCH] Update changelog for `v42.3.0` --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",