From 6a4d2d71501f86d7d1d942628ddaa9f4e0838c63 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Mon, 17 Jan 2022 09:18:12 +1100 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30528f6..2f0de69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +... + +## [4.3.0] - 2022-01-17 + ### Fixed - ngrok now returns an information and login page when you try to request an HTML site with a guest account, which broke the tests. Fixed the broken test and added one to specifically test the behaviour. +- Switched from decompress-zip to extract-zip to support Node 17 +- Updated version of uuid to avoid install warnings ## [4.2.2] - 2021-09-06