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",