Skip to content

Commit 21df927

Browse files
committed
chore: release v5.3.0
1 parent 6b92df5 commit 21df927

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [5.3.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.2.1...5.3.0)
8+
9+
- Merge pull request #123 from kinde-oss/feat/logout-options [`6b92df5`](https://github.com/kinde-oss/kinde-auth-react/commit/6b92df573e579f2512d85600986539c68bb46be1)
10+
- feat: add LogoutOptions and support for logout all sessions [`b4d5f4e`](https://github.com/kinde-oss/kinde-auth-react/commit/b4d5f4e7936339e19fd0e6c2b8144228eaa49e57)
11+
- chore: PR tweaks. [`d367a1f`](https://github.com/kinde-oss/kinde-auth-react/commit/d367a1f061a68312dfa4d6e22c0c86460c589c31)
12+
713
#### [5.2.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.2.0...5.2.1)
814

15+
> 23 April 2025
16+
17+
- chore(deps): update dependency release-it to v19 [`d6781c1`](https://github.com/kinde-oss/kinde-auth-react/commit/d6781c17574c775a7ab86f21f179ea5d3ac01116)
918
- chore: lock file maintenance [`bc3d1f7`](https://github.com/kinde-oss/kinde-auth-react/commit/bc3d1f7d79afed83fe8cee4067f75a931b31f3c3)
10-
- Merge pull request #117 from kinde-oss/renovate/release-it-19.x [`97e09d6`](https://github.com/kinde-oss/kinde-auth-react/commit/97e09d6b729e1af36c176cf533ee03d45a5fa019)
11-
- deps: update @kinde/js-utils to 0.14.0 [`d16e9a8`](https://github.com/kinde-oss/kinde-auth-react/commit/d16e9a80ebf05fc7faf74c8c45389aacef52e126)
19+
- chore: release v5.2.1 [`8c352a5`](https://github.com/kinde-oss/kinde-auth-react/commit/8c352a5c7302343f600d9808a9113ea195acd695)
1220

1321
#### [5.2.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.1.0...5.2.0)
1422

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-auth-react",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "Kinde React SDK for authentication",
55
"module": "./dist/kinde-auth-react.mjs",
66
"main": "./dist/kinde-auth-react.js",

0 commit comments

Comments
 (0)