Skip to content

Commit d7d1e12

Browse files
committed
chore: release v5.4.0
1 parent 8ab7c29 commit d7d1e12

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.4.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.3.0...5.4.0)
8+
9+
- Merge pull request #125 from kinde-oss/renovate/typescript-eslint-monorepo [`8ab7c29`](https://github.com/kinde-oss/kinde-auth-react/commit/8ab7c2946ab7720c289bfa8ab4eeac577b1f9c9e)
10+
- Merge pull request #126 from kinde-oss/renovate/kinde-js-utils-0.x [`33957ea`](https://github.com/kinde-oss/kinde-auth-react/commit/33957ea37717d35be1bad21d902a010d11436834)
11+
- fix(deps): update dependency @kinde/js-utils to v0.16.0 [`7bfe9e3`](https://github.com/kinde-oss/kinde-auth-react/commit/7bfe9e3afca7cc386431484fa87e5a5dde970dcb)
12+
713
#### [5.3.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.2.1...5.3.0)
814

15+
> 24 April 2025
16+
17+
- chore: release v5.3.0 [`21df927`](https://github.com/kinde-oss/kinde-auth-react/commit/21df927ce39d8e1c98222e091ba8aac097a0adea)
918
- Merge pull request #123 from kinde-oss/feat/logout-options [`6b92df5`](https://github.com/kinde-oss/kinde-auth-react/commit/6b92df573e579f2512d85600986539c68bb46be1)
1019
- 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)
1220

1321
#### [5.2.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.2.0...5.2.1)
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.3.0",
3+
"version": "5.4.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)