Skip to content

Commit b97aa4c

Browse files
committed
chore: release v2.12.0
1 parent 3acb2eb commit b97aa4c

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 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.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)
88

9+
- Feat/migrate jose to kinde jwt validator/decoder [`#76`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/76)
910
- deps: update @kinde-js/utils [`#73`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/73)
1011
- fix: pull optional parameter up to refreshTokens abstraction [`#69`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/69)
1112
- 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).
2223
- feat: validate client secrets [`#49`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/49)
2324
- fix: generateRandomString returning double length [`#50`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/50)
2425
- 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)
2726
- 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)
2829

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)
3031

3132
> 24 January 2024
3233
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+
3341
#### [v2.11.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/v2.10.1...v2.11.0)
3442

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

0 commit comments

Comments
 (0)