diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf2535..7d690f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 =================== diff --git a/package.json b/package.json index 888a842..c6385dd 100644 --- a/package.json +++ b/package.json @@ -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",