Bump version

This commit is contained in:
garronej 2023-02-04 20:39:38 +01:00
parent 64ab400af5
commit a787215c95
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
## 6.11.0
- You no longer need to have Maven installed to build the theme. Thanks to @lordvlad, [see PR](https://github.com/InseeFrLab/keycloakify/pull/239).
- <del>You no longer need to have Maven installed to build the theme. Thanks to @lordvlad, [see PR](https://github.com/InseeFrLab/keycloakify/pull/239)</del>.
- Feature new build options: [`bundler`](https://docs.keycloakify.dev/build-options#keycloakify.bundler), [`groupId`](https://docs.keycloakify.dev/build-options#keycloakify.groupid), [`artifactId`](https://docs.keycloakify.dev/build-options#keycloakify.artifactid), [`version`](https://docs.keycloakify.dev/build-options#version).
Theses options can be user to customize the output name of the .jar. You can use environnement variables to overrides the values read in the package.json. Thanks to @lordvlad.

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "6.11.0",
"version": "6.11.1",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",