Update changelog for `v9.2.0`

This commit is contained in:
Ronan Jouchet 2020-08-10 21:47:07 -04:00
parent 85629434e6
commit e24b22ea7f
2 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
9.2.0 / 2020-08-10
==================
* Add `--block-external-urls` flag to forbid external navigation attempts (fix #978, PR#1012)
* Restore Docker docs in README, now that Docker build-on-release has been fixed (fix #848)
* Emit TS type declarations, and type NativefierOptions (PR #1016)
* Emit a warning about incorrectly-named "Electron" process when building windows apps under non-Windows and without Wine (fix #1022)
* Add unified {build,test} watch mode, using `concurrently` (PR #1011)
* Bump default Electron to 9.2.0
* Bump eslint to 7.x
9.1.0 / 2020-07-18
==================

View File

@ -1,6 +1,6 @@
{
"name": "nativefier",
"version": "9.1.0",
"version": "9.2.0",
"description": "Wrap web apps natively",
"license": "MIT",
"author": "Goh Jia Hao",