From 7214fbcd4c6a7f839612ceaa375f4d0dc125a712 Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 21 Jun 2023 18:08:02 +0200 Subject: [PATCH] Bump version --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2be402fa..de1c70e6 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d ## 7.13 -- Deprecate `customUserAttribute`, Keycloakify now analyze your code to predict field name usage. [See doc](https://docs.keycloakify.dev/build-options#customuserattributes). +- Deprecate `customUserAttribute`, Keycloakify now analyze your code to predict field name usage. [See doc](https://docs.keycloakify.dev/build-options#customuserattributes). + It's now mandatory to [adopt the new directory structure](https://docs.keycloakify.dev/migration-guides/v6-greater-than-v7). ## 7.12 diff --git a/package.json b/package.json index 7004a6f7..af967d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "7.14.0", + "version": "7.14.1", "description": "Create Keycloak themes using React", "repository": { "type": "git",