Skip to content

Commit a9f596b

Browse files
committed
chore: release v2.9.1
1 parent 97c6e36 commit a9f596b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
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.9.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.9.0)
7+
#### [2.9.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.9.1)
88

9+
- chore: add release-it [`#62`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/62)
910
- bug: prevent expiry exception when reading id token claims [`#61`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/61)
1011
- fix: logout redirect is not required [`#60`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/60)
1112
- feat: verify JWTs before accessing and storing [`#46`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/46)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinde-oss/kinde-typescript-sdk",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "Kinde Typescript SDK",
55
"main": "dist-cjs/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)