diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a13163..ea70446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/baloise/vue-keycloak/compare/v1.1.0...v1.2.0) (2021-04-06) + + +### Features + +* add decodedToken ([f778338](https://github.com/baloise/vue-keycloak/commit/f778338b5853d695bab7dc5a1a411b54f9d07e34)) + # [1.1.0](https://github.com/baloise/vue-keycloak/compare/v1.0.0...v1.1.0) (2021-04-04) diff --git a/package-lock.json b/package-lock.json index dae677d..f23d644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@baloise/vue-keycloak", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d013368..65d36f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/vue-keycloak", - "version": "1.1.0", + "version": "1.2.0", "description": "Keycloak plugin for Vue3 and Composition API", "author": { "name": "Gery Hirschfeld",