From be418d4349c5c13f17faf0e91416818367c2cfb5 Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Fri, 4 Aug 2023 18:36:48 -0400 Subject: [PATCH] Update changelog for `v51.0.1` --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",