From 5b794e2d2262dd35e8dd568a39b2b5353eed06cc Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 23 Feb 2024 20:02:41 +0100 Subject: [PATCH] Bump version --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8415975f..eba7fc8e 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d # Changelog highlights +## 9.5 + +- Post build hook: You can now apply custom transformation to your theme files. [Learn more](https://docs.keycloakify.dev/build-options#postbuild-hook). +- You can now specify your option in the Keycloakify's Vite plugin instead in the package.json. [See example](https://docs.keycloakify.dev/build-options#themename). + ## 9.4 **Vite Support! 🎉** diff --git a/package.json b/package.json index bccf4009..6b9f1be8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keycloakify", - "version": "9.5.0-rc.1", + "version": "9.5.0", "description": "Create Keycloak themes using React", "repository": { "type": "git",