Update changelog for `v51.0.1`

This commit is contained in:
Adam Weeden 2023-08-04 18:36:48 -04:00
parent c39932731d
commit be418d4349
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
51.0.1 / 2023-08-04
===================
* `npm i` in the Dockerfile to esnure we have what we need to build + test (#1557)
51.0.0 / 2023-08-03
===================
**[BREAKING]**

View File

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