Update changelog for `v11.0.2`

This commit is contained in:
Ronan Jouchet 2020-11-21 14:52:08 -05:00
parent 292416b83f
commit b821ade761
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
11.0.2 / 2020-11-21
===================
* **[BREAKING CHANGE] Bump default Electron to 11.0.2 / Chromium 87**
* Support using a Widevine-enabled Electron for DRM playback, see flag `--widevine` (fix #435) (PR #1073)
10.1.5 / 2020-11-08
===================

View File

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