Update changelog for `v42.1.0`

This commit is contained in:
Ronan Jouchet 2021-01-16 08:47:17 -05:00
parent dc353bebaf
commit 422f72aa3b
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
42.1.0 / 2021-01-16
===================
* Bump default Electron to 11.2.0 (with Chromium 87.0.4280.141)
* Maintenance:
* A bit more filename & appname sanitization
* Get rid of two direct deps: cheerio, lodash
* Fix error surfacing in full since recent changes in `page-icon`
* Publish TS types, for them to show up in npm
42.0.2 / 2020-12-07
===================

View File

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