Skip to content

Commit 14cef71

Browse files
chore(release): 3.2.0 [skip ci]
## [3.2.0](v3.1.1...v3.2.0) (2025-04-15) ### Features * improved error handling and return error info in composable ([ef5fb01](ef5fb01)) ### Internal * remove redundant check in isFunction() ([a988899](a988899)) * use ShallowRef for non-primitive types ([9b76cb0](9b76cb0))
1 parent 0d2bc9e commit 14cef71

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.2.0](https://github.com/JoseGoncalves/vue-keycloak/compare/v3.1.1...v3.2.0) (2025-04-15)
2+
3+
### Features
4+
5+
* improved error handling and return error info in composable ([ef5fb01](https://github.com/JoseGoncalves/vue-keycloak/commit/ef5fb01e16672853e7655dd4770a81e0cb38a844))
6+
7+
### Internal
8+
9+
* remove redundant check in isFunction() ([a988899](https://github.com/JoseGoncalves/vue-keycloak/commit/a9888998522f02e044bb399a6a18ff43702ae2d3))
10+
* use ShallowRef for non-primitive types ([9b76cb0](https://github.com/JoseGoncalves/vue-keycloak/commit/9b76cb07a2a1daa3200c86d6bc0db3f4b653f923))
11+
112
## [3.1.1](https://github.com/JoseGoncalves/vue-keycloak/compare/v3.1.0...v3.1.1) (2025-03-16)
213

314
### Bug Fixes

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": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Keycloak plugin for Vue 3 with Composition API",
55
"author": {
66
"name": "Gery Hirschfeld",

0 commit comments

Comments
 (0)