Skip to content

Commit

Permalink
chore: release v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Mar 11, 2024
1 parent 0f4bfcf commit 52e5bba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## b6bda8a4ff4564a6ae8fd8e180f3b57d2eaa5eb6...main

[compare changes](https://github.com/kinde-oss/kinde-typescript-sdk/compare/b6bda8a4ff4564a6ae8fd8e180f3b57d2eaa5eb6...main)

### 🩹 Fixes

- Ts-lint errors ([93088de](https://github.com/kinde-oss/kinde-typescript-sdk/commit/93088de))
- Exclude openid from client credentials flow ([eb33856](https://github.com/kinde-oss/kinde-typescript-sdk/commit/eb33856))

### ❤️ Contributors

- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
- Leo Chen ([@coel](https://github.com/coel))

## a15b184fa88ad7a839779044cbe24f437e3fa5b6...2.7.0

[compare changes](https://github.com/kinde-oss/kinde-typescript-sdk/compare/a15b184fa88ad7a839779044cbe24f437e3fa5b6...2.7.0)
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.7.1",
"version": "2.7.2",
"description": "Kinde Typescript SDK",
"main": "dist-cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 52e5bba

Please sign in to comment.