diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a087c..daa3057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +10.1.0 / 2020-08-29 +=================== + + * **[BREAKING CHANGE] Bump default Electron to 10.1.0 / Chromium 85** + * Support `arm64` architecture (PR #1037, fix #804) + * On successful build, better explain how to run the app and what to do with it (fix #1029) + * Bump to TypeScript 4.x + 9.2.0 / 2020-08-10 ================== diff --git a/package.json b/package.json index 9989c04..cf8746e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativefier", - "version": "9.2.0", + "version": "10.1.0", "description": "Wrap web apps natively", "license": "MIT", "author": "Goh Jia Hao",