Skip to content

Commit 52e5bba

Browse files
committed
chore: release v2.7.2
1 parent 0f4bfcf commit 52e5bba

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## b6bda8a4ff4564a6ae8fd8e180f3b57d2eaa5eb6...main
5+
6+
[compare changes](https://github.com/kinde-oss/kinde-typescript-sdk/compare/b6bda8a4ff4564a6ae8fd8e180f3b57d2eaa5eb6...main)
7+
8+
### 🩹 Fixes
9+
10+
- Ts-lint errors ([93088de](https://github.com/kinde-oss/kinde-typescript-sdk/commit/93088de))
11+
- Exclude openid from client credentials flow ([eb33856](https://github.com/kinde-oss/kinde-typescript-sdk/commit/eb33856))
12+
13+
### ❤️ Contributors
14+
15+
- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
16+
- Leo Chen ([@coel](https://github.com/coel))
17+
418
## a15b184fa88ad7a839779044cbe24f437e3fa5b6...2.7.0
519

620
[compare changes](https://github.com/kinde-oss/kinde-typescript-sdk/compare/a15b184fa88ad7a839779044cbe24f437e3fa5b6...2.7.0)

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

0 commit comments

Comments
 (0)