Skip to content

Commit 4a6e17e

Browse files
committed
chore: release v0.7.2
1 parent 305ca02 commit 4a6e17e

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# Changelog
22

33

4+
## 0.7.1...main
5+
6+
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.7.1...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Migrate to use js-utils and refresh token support ([ad2f6d6](https://github.com/kinde-oss/js-utils/commit/ad2f6d6))
11+
- Export refresh timer methods ([490fdb0](https://github.com/kinde-oss/js-utils/commit/490fdb0))
12+
- Update SDK usage matrics ([e688e22](https://github.com/kinde-oss/js-utils/commit/e688e22))
13+
- Get claims from either token ([e84085b](https://github.com/kinde-oss/js-utils/commit/e84085b))
14+
15+
### 🩹 Fixes
16+
17+
- Insecure token storage when using no non custom domain ([7338321](https://github.com/kinde-oss/js-utils/commit/7338321))
18+
- Only show production warning when explicity setting the 'useInsecureForRefreshToken' ([958f4ed](https://github.com/kinde-oss/js-utils/commit/958f4ed))
19+
- Non prod kinde domains ([24be712](https://github.com/kinde-oss/js-utils/commit/24be712))
20+
- Stronger typing on exchange code return type ([17a6770](https://github.com/kinde-oss/js-utils/commit/17a6770))
21+
- State passed to generateAuthUrl not stored in state ([02e34ae](https://github.com/kinde-oss/js-utils/commit/02e34ae))
22+
- Custom domain auto refresh ([4738ed4](https://github.com/kinde-oss/js-utils/commit/4738ed4))
23+
24+
### 📖 Documentation
25+
26+
- Update JSDocs ([45f7590](https://github.com/kinde-oss/js-utils/commit/45f7590))
27+
28+
### 🏡 Chore
29+
30+
- Lint ([08f7232](https://github.com/kinde-oss/js-utils/commit/08f7232))
31+
- Remove debug console log ([c889b9c](https://github.com/kinde-oss/js-utils/commit/c889b9c))
32+
33+
### ✅ Tests
34+
35+
- Add tests ([979974d](https://github.com/kinde-oss/js-utils/commit/979974d))
36+
37+
### ❤️ Contributors
38+
39+
- Daniel Rivers ([@DanielRivers](http://github.com/DanielRivers))
40+
441
## 0.7.1...fix/refresh_insecure_token_storage
542

643
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.7.1...fix/refresh_insecure_token_storage)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publishConfig": {
1515
"access": "public"
1616
},
17-
"version": "0.7.2-5",
17+
"version": "0.7.2",
1818
"scripts": {
1919
"dev": "vite",
2020
"build": "tsc && vite build",

0 commit comments

Comments
 (0)