diff --git a/README.md b/README.md index a1bb1afc..50f1dec7 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d # Changelog highlights +## 7.14 + +- Deprecate the `extraPages` build option. Keycloakify is now able to analyze your code to detect extra pages. + ## 7.13 - Deprecate `customUserAttribute`, Keycloakify now analyze your code to predict field name usage. [See doc](https://docs.keycloakify.dev/build-options#customuserattributes). diff --git a/package.json b/package.json index 2ce3779d..7004a6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "7.13.2", + "version": "7.14.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",