Skip to content

Commit 01d148b

Browse files
committed
chore: release v2.10.0
1 parent a1144d9 commit 01d148b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

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

9+
- feat: allow the ability to refreshTokens without also committing them to the session [`#67`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/67)
10+
- fix: add phone to UserType interface [`#68`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/68)
11+
- Update token-utils.ts [`#65`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/65)
912
- chore: add release-it [`#62`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/62)
1013
- bug: prevent expiry exception when reading id token claims [`#61`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/61)
1114
- fix: logout redirect is not required [`#60`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/60)
@@ -21,10 +24,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2124
- chore: bump version and update API spec [`a863827`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/a86382740ba42675709c08e13a5ed256627f9e5f)
2225
- chore: prettier fix [`6cc94ab`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/6cc94ab21cd37baf9915dc14d72e8cf0b9cea3f1)
2326

24-
### [4.6.2](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.9.0...4.6.2)
27+
### [4.6.2](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.9.1...4.6.2)
2528

2629
> 24 January 2024
2730
31+
#### [v2.9.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.9.0...v2.9.1)
32+
33+
> 15 May 2024
34+
35+
- chore: add release-it [`#62`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/62)
36+
- bug: prevent expiry exception when reading id token claims [`#61`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/61)
37+
- fix: logout redirect is not required [`#60`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/60)
38+
- bug: logout redirect is not required [`6e968b3`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/6e968b3fc9b2c258292865e2019d69108a6291a0)
39+
- chore: release v2.9.1 [`a9f596b`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/a9f596bd136ee0412d3eb3b4e3c8e1aca1473421)
40+
2841
#### [v2.9.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.8.0...v2.9.0)
2942

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

0 commit comments

Comments
 (0)