diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd17a4f3b..58c46659f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.1.4 +- Bump unleash-fronted to 2.2.4 + ## 2.1.3 - Bugfix for db: timestamps should be with time zone. - Bump unleash-fronted to 2.2.3 diff --git a/package.json b/package.json index 356816274a..e58d70ab0f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prom-client": "^7.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.3.0", - "unleash-frontend": "^2.2.3", + "unleash-frontend": "^2.2.4", "yallist": "^2.0.0", "yargs": "^6.5.0" },