Bump version

This commit is contained in:
Joseph Garrone 2024-02-23 20:02:41 +01:00
parent ccd75d56c5
commit 5b794e2d22
2 changed files with 6 additions and 1 deletions

View File

@ -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! 🎉**

View File

@ -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",