From 9225114e7760561157f93b7b3190691d6d7c20cb Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sat, 15 May 2021 13:28:16 -0400 Subject: [PATCH] Update changelog for `v43.1.3` --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96fa01..552ea56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,24 @@ +43.1.3 / 2021-05-15 +=================== + +👋 dear users. Two announcements in this release: + +**This release (43.1.3) is the last release supporting Node 10.x** +We do our best to support the oldest Node we can (what Debian stable ships), +but we are also constrained by what our _own_ Node dependencies require. +It's time for a bump; the next release will be 44.0.0 and will require Node 12. + +Also, introducing **[CATALOG.md](https://github.com/nativefier/nativefier/blob/master/CATALOG.md),** +**a list of build commands contributed by the Nativefier community**, to help you +nativefy "complicated" apps that need a bit of elbow grease to work. +When stuck nativefying a specific site, go take a look, it might give you ideas :) . + + * Fix crash on tab close (only try to inject CSS for valid web requests) (#939, PR #1181) + * Fix considering `shop.foo.com` and `blog.foo.com` as internal (PR #1171) + * CATALOG.md: build command library (fix #1166) (PR #1178) + * Bump to Electron 12.0.7 + 43.1.2 / 2021-05-03 =================== diff --git a/package.json b/package.json index e024b6d..a2868fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "43.1.2", + "version": "43.1.3", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",