Skip to content

Commit

Permalink
chore: release v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed May 15, 2024
1 parent 97c6e36 commit a9f596b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [2.9.0](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.9.0)
#### [2.9.1](https://github.com/kinde-oss/kinde-typescript-sdk/compare/4.6.2...2.9.1)

- chore: add release-it [`#62`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/62)
- bug: prevent expiry exception when reading id token claims [`#61`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/61)
- fix: logout redirect is not required [`#60`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/60)
- feat: verify JWTs before accessing and storing [`#46`](https://github.com/kinde-oss/kinde-typescript-sdk/pull/46)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kinde-oss/kinde-typescript-sdk",
"version": "2.9.0",
"version": "2.9.1",
"description": "Kinde Typescript SDK",
"main": "dist-cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit a9f596b

Please sign in to comment.