Skip to content

Commit 0b9f5c4

Browse files
chore(release): 2.3.2 [skip ci]
## [2.3.2](v2.3.1...v2.3.2) (2024-01-27) ### Bug Fixes * some tools still don't parse package.exports, so reintroduce package.main for full compatibility. ([4a5dbb2](4a5dbb2))
1 parent 4a5dbb2 commit 0b9f5c4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.2](https://github.com/JoseGoncalves/vue-keycloak/compare/v2.3.1...v2.3.2) (2024-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* some tools still don't parse package.exports, so reintroduce package.main for full compatibility. ([4a5dbb2](https://github.com/JoseGoncalves/vue-keycloak/commit/4a5dbb233c32314be5867e6022fc7320578d9465))
7+
18
## [2.3.1](https://github.com/JoseGoncalves/vue-keycloak/compare/v2.3.0...v2.3.1) (2024-01-27)
29

310

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

0 commit comments

Comments
 (0)