diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e8565..5b5a3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +8.0.7 / 2020-04-22 +================== + + * Fix `Unable to load preload script` error at runtime (fix #934) + * Bump default Electron to 8.2.3, and bump app/electron-context-menu to 1.x + 8.0.6 / 2020-03-27 ================== diff --git a/package.json b/package.json index 458a955..3591948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "8.0.6", + "version": "8.0.7", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",