Skip to content

Commit 1446c55

Browse files
chore(release): 2.5.0 [skip ci]
## [2.5.0](v2.4.0...v2.5.0) (2024-02-14) ### Features * broader keycloak-js peer dependency (compatible with versions 18 to 23) ([ee32817](ee32817)) * drop support to load config with an HTTP request ([1c56a68](1c56a68)) ### Bug Fixes * fix Intellisense not resolving module ([094bad2](094bad2)) ### Internal * reformat eslint config ([65f9a51](65f9a51)) * replace deprecated KeycloakInstance with Keycloak ([80eeafd](80eeafd)) * replace getKeycloak call with $keycloak in createKeycloak ([83773c2](83773c2))
1 parent 094bad2 commit 1446c55

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [2.5.0](https://github.com/JoseGoncalves/vue-keycloak/compare/v2.4.0...v2.5.0) (2024-02-14)
2+
3+
4+
### Features
5+
6+
* broader keycloak-js peer dependency (compatible with versions 18 to 23) ([ee32817](https://github.com/JoseGoncalves/vue-keycloak/commit/ee328177b17d5e242dd8bdd6604577a4a7ff5422))
7+
* drop support to load config with an HTTP request ([1c56a68](https://github.com/JoseGoncalves/vue-keycloak/commit/1c56a689a6fb5624bf2bc66d6e9e5daaeb497692))
8+
9+
10+
### Bug Fixes
11+
12+
* fix Intellisense not resolving module ([094bad2](https://github.com/JoseGoncalves/vue-keycloak/commit/094bad20663e654718f9471bc1b865580437b55a))
13+
14+
15+
### Internal
16+
17+
* reformat eslint config ([65f9a51](https://github.com/JoseGoncalves/vue-keycloak/commit/65f9a517fa2574bd749558ace12a5663754d9370))
18+
* replace deprecated KeycloakInstance with Keycloak ([80eeafd](https://github.com/JoseGoncalves/vue-keycloak/commit/80eeafd19a95862317f0983785e9ba427ba149d3))
19+
* replace getKeycloak call with $keycloak in createKeycloak ([83773c2](https://github.com/JoseGoncalves/vue-keycloak/commit/83773c24b62f4f272f0fc144ea604153034becfa))
20+
121
# [2.4.0](https://github.com/JoseGoncalves/vue-keycloak/compare/v2.3.3...v2.4.0) (2024-02-06)
222

323

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@josempgon/vue-keycloak",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Keycloak plugin for Vue 3 and Composition API",
55
"author": {
66
"name": "Gery Hirschfeld",

0 commit comments

Comments
 (0)