Skip to content

Commit b8e470c

Browse files
committed
chore: release v5.4.1
1 parent f5dc561 commit b8e470c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ 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.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.4.0...5.4.1)
8+
9+
- Merge pull request #141 from kinde-oss/fix/logoutlink-redirect [`f5dc561`](https://github.com/kinde-oss/kinde-auth-react/commit/f5dc5616f84d720cff18e562ff85bd8e37d88187)
10+
- fix: LogoutLink redirectUrl [`9697ce1`](https://github.com/kinde-oss/kinde-auth-react/commit/9697ce1d5c156a0b9c0b786225b62d0063fe12c3)
11+
712
#### [5.4.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.3.0...5.4.0)
813

14+
> 20 May 2025
15+
16+
- chore: release v5.4.0 [`d7d1e12`](https://github.com/kinde-oss/kinde-auth-react/commit/d7d1e12cc8cfd9c2d2cd29ceb16185bfdb2616e4)
917
- Merge pull request #125 from kinde-oss/renovate/typescript-eslint-monorepo [`8ab7c29`](https://github.com/kinde-oss/kinde-auth-react/commit/8ab7c2946ab7720c289bfa8ab4eeac577b1f9c9e)
1018
- 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)
1219

1320
#### [5.3.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.2.1...5.3.0)
1421

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.4.0",
3+
"version": "5.4.1",
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)