diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5b60d67..50522ff1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.1](https://github.com/terrestris/shogun-util/compare/v9.1.0...v9.1.1) (2024-10-18) + + +### Bug Fixes + +* adjust tsconfig and tests to keycloak-js update ([62715fc](https://github.com/terrestris/shogun-util/commit/62715fc26961cd5a6fb767e1fd97e1648973a53f)) + # [9.1.0](https://github.com/terrestris/shogun-util/compare/v9.0.1...v9.1.0) (2024-10-09) diff --git a/package-lock.json b/package-lock.json index 251d40df3..2a7bfcf32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/shogun-util", - "version": "9.1.0", + "version": "9.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@terrestris/shogun-util", - "version": "9.1.0", + "version": "9.1.1", "license": "BSD-2-Clause", "dependencies": { "@terrestris/base-util": "^2.0.0", diff --git a/package.json b/package.json index 1984da808..5b6501619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terrestris/shogun-util", - "version": "9.1.0", + "version": "9.1.1", "keywords": [], "bugs": { "url": "https://github.com/terrestris/shogun-util/issues"