Skip to content

Commit d2b08fa

Browse files
committed
chore: release v5.5.1
1 parent d126664 commit d2b08fa

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.5.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.5.0...5.5.1)
8+
9+
- Merge pull request #155 from davies-a/fix/package-json-exports [`d126664`](https://github.com/kinde-oss/kinde-auth-react/commit/d126664e41d9bc98f6b1086fab2e7658424f882b)
10+
- fix(package-json): fix package.json exports to provide correct mjs/cjs files [`52f66ff`](https://github.com/kinde-oss/kinde-auth-react/commit/52f66ffbf373e20da55690c3d528c63b06d1c823)
11+
712
#### [5.5.0](https://github.com/kinde-oss/kinde-auth-react/compare/5.4.1...5.5.0)
813

14+
> 2 June 2025
15+
16+
- chore: release v5.5.0 [`abc090b`](https://github.com/kinde-oss/kinde-auth-react/commit/abc090bd565ee4a64d73f362b6b4bdc61f86e1d2)
917
- Merge pull request #148 from kinde-oss/feat/generate-auth-url [`867a19b`](https://github.com/kinde-oss/kinde-auth-react/commit/867a19b389d970172eb8e584fa34ac29e9a5ebc6)
1018
- feat: PortalLink [`1967f43`](https://github.com/kinde-oss/kinde-auth-react/commit/1967f4337c53058df9f53a10feb3f35d4c43471d)
11-
- chore: PR updates [`3801276`](https://github.com/kinde-oss/kinde-auth-react/commit/38012764bd57ebecafc770c3aa223ee26e92b537)
1219

1320
#### [5.4.1](https://github.com/kinde-oss/kinde-auth-react/compare/5.4.0...5.4.1)
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.5.0",
3+
"version": "5.5.1",
44
"description": "Kinde React SDK for authentication",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)