diff --git a/CHANGELOG.md b/CHANGELOG.md index 731df72..c832642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +44.0.6 / 2021-06-26 +=================== + +Like 44.0.4, 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! + + * App: Enable TypeScript `strict:true`, more typescript-eslint rules, shared TS project (#1231) + 44.0.5 / 2021-06-25 =================== diff --git a/package.json b/package.json index 3b3b589..4465bb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "44.0.5", + "version": "44.0.6", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",