@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
- #### [ 2.11.1 ] ( https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.11.1 )
7
+ #### [ 2.12.0 ] ( https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.12.0 )
8
8
9
+ - Feat/migrate jose to kinde jwt validator/decoder [ ` #76 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/pull/76 )
9
10
- deps: update @kinde-js/utils [ ` #73 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/pull/73 )
10
11
- fix: pull optional parameter up to refreshTokens abstraction [ ` #69 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/pull/69 )
11
12
- feat: allow the ability to refreshTokens without also committing them to the session [ ` #67 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/pull/67 )
@@ -22,14 +23,21 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
22
23
- feat: validate client secrets [ ` #49 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/pull/49 )
23
24
- fix: generateRandomString returning double length [ ` #50 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/pull/50 )
24
25
- 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 )
26
- - Merge pull request #70 from murbanowicz/bump-jose [ ` e5935b3 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/commit/e5935b3a513a23b2c47a3f4da918681a9a53f255 )
27
26
- feat: createPortalUrl [ ` e358d4c ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/commit/e358d4c893b5867dc142c7a3b6c722939e455e9a )
27
+ - feat: update API spec [ ` c1dbc27 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/commit/c1dbc27885b8d0d0be5d87fab78ecba8f3e9c869 )
28
+ - feat: switch to vitest and fix mocks [ ` c9140ee ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/commit/c9140ee6a62827b72567aa9b3f97bba5ec0b4e30 )
28
29
29
- ### [ 4.6.2] ( https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.11.0 ...4.6.2 )
30
+ ### [ 4.6.2] ( https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.11.1 ...4.6.2 )
30
31
31
32
> 24 January 2024
32
33
34
+ #### [ v2.11.1] ( https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.11.0...v2.11.1 )
35
+
36
+ > 23 June 2025
37
+
38
+ - deps: update @kinde-js/utils [ ` #73 ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/pull/73 )
39
+ - chore: release v2.11.1 [ ` f31bd0a ` ] ( https://github.com/kinde-oss/kinde-typescript-sdk/commit/f31bd0acb8504eb2e98c048cb0d7c06c0609f31a )
40
+
33
41
#### [ v2.11.0] ( https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.10.1...v2.11.0 )
34
42
35
43
> 4 June 2025
0 commit comments