diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b73bf..4b19aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +43.1.1 / 2021-05-02 +=================== + + * Fix crash in `preload.js` due to 3rd-party 'loglevel' (fix #1175, fix #1176) (PR #1177) + 43.1.0 / 2021-05-01 =================== diff --git a/package.json b/package.json index c8f9c52..92c1958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "43.1.0", + "version": "43.1.1", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",