From 996183b949b1b4aa09e875db9503a845ab77f183 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 15 Jun 2021 22:36:01 -0400 Subject: [PATCH] Update changelog for `v44.0.4` --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3f73e..8a98f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +44.0.4 / 2021-06-15 +=================== + +This release only contains one behind-the-scenes TS change with no user-visible changes. +It is here to let us narrow down on potential regressions that may have crept in. +It isn't especially scary, though. Do test it, use it, and report regressions! + + * Enable TypeScript `strict:true`, and more typescript-eslint rules (#1223) + 44.0.3 / 2021-06-15 =================== diff --git a/package.json b/package.json index 8eaa0f3..a7571a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "44.0.3", + "version": "44.0.4", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",