Update changelog for `v10.1.0`

This commit is contained in:
Ronan Jouchet 2020-08-29 17:07:14 -04:00
parent 7f3ebb1a69
commit 6dbe4998b6
2 changed files with 9 additions and 1 deletions

View File

@ -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
==================

View File

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