Bump version

This commit is contained in:
garronej 2023-06-21 03:56:30 +02:00
parent de390678fd
commit 69e9595db9
2 changed files with 5 additions and 1 deletions

View File

@ -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).

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "7.13.2",
"version": "7.14.0",
"description": "Create Keycloak themes using React",
"repository": {
"type": "git",