From a463878bf26b96869a6a760191bfb3a825a0bfd7 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 4 Feb 2023 20:22:45 +0100 Subject: [PATCH] Bump version --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43bce86b..788672a9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ # Changelog highlights +## 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). +- 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. + ## 6.10.0 - Widows compat (thanks to @lordvlad, [see PR](https://github.com/InseeFrLab/keycloakify/pull/226)). WSL is no longer required 🎉 diff --git a/package.json b/package.json index 7f308a92..a86a40a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.10.1", + "version": "6.11.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",