From 21211320c8a6fa42ebae495327e0e23852b4226e Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Thu, 4 Nov 2021 15:38:02 +0100 Subject: [PATCH] chore: update changelog --- frontend/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 60370219b6..cd05be5b48 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases](https://github.com/Unleash/unleash-frontend/releases). +# 4.2.2 +- fix: toast text +- Fix/strategy sidepanel (#479) +- fix: guard for disabling envs (#4 +92) +- fix: handle undefined project wit +h default (#486) +- chore(deps): update dependency cs +s-loader to v6.5.1 +- chore(deps): update dependency @types/react-dom to v17.0.11 +- chore(deps): update dependency @types/react to v17.0.34 +- Merge pull request #483 from Unleash/fix/add-highlight-row + # 4.2.1 - Feat/toggle view (#389) - feat: created project header (#388)