From a429ad5dcffcbcaddea421600ed8db02dd35becd Mon Sep 17 00:00:00 2001 From: garronej Date: Thu, 6 Oct 2022 20:43:42 +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 af7a21ac..29e572b2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ # Changelog highlights +## 6.7.0 + +- Add support for `webauthn-authenticate.ftl` thanks to [@mstrodl](https://github.com/Mstrodl)'s hacktoberfest [PR](https://github.com/InseeFrLab/keycloakify/pull/185). + ## 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). diff --git a/package.json b/package.json index 706984c7..8bc8ee81 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "6.6.3", + "version": "6.7.0", "description": "Keycloak theme generator for Reacts app", "repository": { "type": "git",