Skip to content

Commit f31bd0a

Browse files
committed
chore: release v2.11.1
1 parent c203c3a commit f31bd0a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 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.11.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.11.0)
7+
#### [2.11.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.11.1)
88

9+
- deps: update @kinde-js/utils [`#73`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/73)
910
- fix: pull optional parameter up to refreshTokens abstraction [`#69`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/69)
1011
- feat: allow the ability to refreshTokens without also committing them to the session [`#67`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/67)
1112
- fix: add phone to UserType interface [`#68`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/68)
@@ -21,14 +22,22 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2122
- feat: validate client secrets [`#49`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/49)
2223
- fix: generateRandomString returning double length [`#50`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/50)
2324
- fix: no openid scope crash [`#48`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/48)
25+
- chore: release v2.11.0 [`b043a65`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/b043a659821f2b57f2763294b42a60a2099cde31)
2426
- Merge pull request #70 from murbanowicz/bump-jose [`e5935b3`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/e5935b3a513a23b2c47a3f4da918681a9a53f255)
2527
- feat: createPortalUrl [`e358d4c`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/e358d4c893b5867dc142c7a3b6c722939e455e9a)
26-
- feat: update API spec [`c1dbc27`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/c1dbc27885b8d0d0be5d87fab78ecba8f3e9c869)
2728

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

3031
> 24 January 2024
3132
33+
#### [v2.11.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.10.1...v2.11.0)
34+
35+
> 4 June 2025
36+
37+
- chore: release v2.11.0 [`b043a65`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/b043a659821f2b57f2763294b42a60a2099cde31)
38+
- Merge pull request #70 from murbanowicz/bump-jose [`e5935b3`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/e5935b3a513a23b2c47a3f4da918681a9a53f255)
39+
- feat: createPortalUrl [`e358d4c`](https://github.com/kinde-oss/kinde-typescript-sdk/commit/e358d4c893b5867dc142c7a3b6c722939e455e9a)
40+
3241
#### [v2.10.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.10.0...v2.10.1)
3342

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

0 commit comments

Comments
 (0)