From 69e9595db918ecfcd0730ea7e3ec90c0396db08f Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 21 Jun 2023 03:56:30 +0200 Subject: [PATCH] Bump version --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",