diff --git a/CHANGELOG.md b/CHANGELOG.md index 1966270..0c68b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.2.0 (2025-08-06) + +- Migrate biome to 2.x. See [#56](https://github.com/authts/sample-keycloak-react-oidc-context/pull/56) +- Upgrade root, api, and react deps. See [#57](https://github.com/authts/sample-keycloak-react-oidc-context/pull/57) + ## 2.1.1 (2025-05-15) - Up react deps with [#51](https://github.com/authts/sample-keycloak-react-oidc-context/pull/51) diff --git a/package-lock.json b/package-lock.json index 2278592..553259e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "sample-keycloak-react-oidc-context", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "2.1.1", + "version": "2.2.0", "devDependencies": { "@biomejs/biome": "2.1.3", "markdown-toc": "^1.2.0" diff --git a/package.json b/package.json index 935aee5..6122af9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.1", + "version": "2.2.0", "scripts": { "check": "biome check --write .", "toc": "markdown-toc -i README.md",