Skip to content

Commit 5a1aeec

Browse files
committed
chore: release v2.10.1
1 parent 0069cd6 commit 5a1aeec

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ 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-
#### [2.10.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.10.0)
7+
#### [2.10.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.10.1)
88

9+
- fix: pull optional parameter up to refreshTokens abstraction [`#69`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/69)
910
- feat: allow the ability to refreshTokens without also committing them to the session [`#67`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/67)
1011
- fix: add phone to UserType interface [`#68`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/68)
1112
- Update token-utils.ts [`#65`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/65)
@@ -24,10 +25,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2425
- chore: bump version and update API spec [`a863827`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/a86382740ba42675709c08e13a5ed256627f9e5f)
2526
- chore: prettier fix [`6cc94ab`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/6cc94ab21cd37baf9915dc14d72e8cf0b9cea3f1)
2627

27-
### [4.6.2](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.9.1...4.6.2)
28+
### [4.6.2](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.10.0...4.6.2)
2829

2930
> 24 January 2024
3031
32+
#### [v2.10.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.9.1...v2.10.0)
33+
34+
> 3 April 2025
35+
36+
- feat: allow the ability to refreshTokens without also committing them to the session [`#67`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/67)
37+
- fix: add phone to UserType interface [`#68`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/68)
38+
- Update token-utils.ts [`#65`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/65)
39+
- chore: release v2.10.0 [`01d148b`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/01d148b84ba5ac20f77b9a9a7414232935c7f6be)
40+
- feat: update authcode impl with new refreshTokens parameter [`d9b0d2c`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/d9b0d2c30e3d3a5d40a630f5fa59d121b864f2df)
41+
- feat: update pkce client impl with new refreshTokens parameter [`f861a46`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/f861a46b7def84d8e8514c63de91c180f6553aab)
42+
3143
#### [v2.9.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.9.0...v2.9.1)
3244

3345
> 15 May 2024

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-typescript-sdk",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "Kinde Typescript SDK",
55
"main": "dist-cjs/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)