From 0c155a7a2e545962783a734db6c8f001e5c0df53 Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 4 Oct 2022 21:42:47 +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 b1aa5c58..af7a21ac 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ # Changelog highlights +## 6.6.0 + +- Add support for `login-password.ftl` thanks to [@mstrodl](https://github.com/Mstrodl)'s hacktoberfest [PR](https://github.com/InseeFrLab/keycloakify/pull/184). + ## 6.5.0 - Add support for `login-username.ftl` thanks to [@mstrodl](https://github.com/Mstrodl)'s hacktoberfest [PR](https://github.com/InseeFrLab/keycloakify/pull/183). diff --git a/package.json b/package.json index 1ab19552..bd98bbac 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.5.0", + "version": "6.6.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",