From e24b22ea7fe7e7eecdcebf80ca2ad3b6434442e4 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Mon, 10 Aug 2020 21:47:07 -0400 Subject: [PATCH] Update changelog for `v9.2.0` --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4977d9..15a087c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/package.json b/package.json index a2f905c..a949aad 100644 --- a/package.json +++ b/package.json @@ -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",