Skip to content

Commit b043a65

Browse files
committed
chore: release v2.11.0
1 parent e5935b3 commit b043a65

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

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

99
- fix: pull optional parameter up to refreshTokens abstraction [`#69`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/69)
1010
- feat: allow the ability to refreshTokens without also committing them to the session [`#67`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/67)
@@ -21,14 +21,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2121
- feat: validate client secrets [`#49`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/49)
2222
- fix: generateRandomString returning double length [`#50`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/50)
2323
- fix: no openid scope crash [`#48`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/48)
24+
- Merge pull request #70 from murbanowicz/bump-jose [`e5935b3`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/e5935b3a513a23b2c47a3f4da918681a9a53f255)
25+
- feat: createPortalUrl [`e358d4c`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/e358d4c893b5867dc142c7a3b6c722939e455e9a)
2426
- feat: update API spec [`c1dbc27`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/c1dbc27885b8d0d0be5d87fab78ecba8f3e9c869)
25-
- chore: bump version and update API spec [`a863827`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/a86382740ba42675709c08e13a5ed256627f9e5f)
26-
- chore: prettier fix [`6cc94ab`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/6cc94ab21cd37baf9915dc14d72e8cf0b9cea3f1)
2727

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

3030
> 24 January 2024
3131
32+
#### [v2.10.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.10.0...v2.10.1)
33+
34+
> 4 April 2025
35+
36+
- fix: pull optional parameter up to refreshTokens abstraction [`#69`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/69)
37+
- chore: release v2.10.1 [`5a1aeec`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/5a1aeec03bc74d8e4cdd393d9f84a9a9bfd161d6)
38+
3239
#### [v2.10.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.9.1...v2.10.0)
3340

3441
> 3 April 2025

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

0 commit comments

Comments
 (0)