Update changelog for `v45.0.2`

This commit is contained in:
Ronan Jouchet 2021-09-24 22:16:59 -04:00
parent 24115bb3bd
commit 94142955f1
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
45.0.2 / 2021-09-24
===================
* Fix regressions in opening windows/tabs, update browser versions (PR #1284)
* Make macOS "bundle identifier" mention Nativefier (fix #866) (PR #1259)
* Maintenance: Work around yargs coerce issue (PR #1283)
45.0.1 / 2021-09-20 45.0.1 / 2021-09-20
=================== ===================

View File

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