From e0a6935c4933f0e9db350902faad6ab369359744 Mon Sep 17 00:00:00 2001 From: garronej Date: Thu, 28 Jul 2022 04:27:38 +0200 Subject: [PATCH] Bump version (changelog ignore) --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96040037..cec63ada 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ ## 5.7.0 +- [React.lazy()](https://reactjs.org/docs/code-splitting.html#reactlazy) support 🎉. [#141](https://github.com/InseeFrLab/keycloakify/issues/141) + +## 5.7.0 + - Feat `logout-confirm.ftl`. [PR](https://github.com/InseeFrLab/keycloakify/pull/120) ## 5.6.4 diff --git a/package.json b/package.json index 382b7e71..3d61aae6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "5.7.3", + "version": "5.8.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",