diff --git a/CHANGELOG.md b/CHANGELOG.md index 496025c..629f9ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]** diff --git a/package.json b/package.json index 699c1b3..fe2ff0d 100644 --- a/package.json +++ b/package.json @@ -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",