diff --git a/README.md b/README.md index 55061771..e55397fb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ - It's much easier to customize pages at the CSS level, you can now see in the browser dev tool the customizable classes. - New interactive CLI tool `npx eject-keycloak-page`, that enables to select the page you want to customize at the component level. - There is [a Storybook](https://storybook.keycloakify.dev) +- [Remember me is fixed](https://github.com/InseeFrLab/keycloakify/pull/272) ## 6.13 diff --git a/package.json b/package.json index 9772ed26..31e1f58b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "7.0.2", + "version": "7.0.3", "description": "Create Keycloak themes using React", "repository": { "type": "git",