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",