Skip to content

Commit 2e0298e

Browse files
committed
chore: release v0.10.0
1 parent 92e87bf commit 2e0298e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## 0.9.0...main
5+
6+
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.9.0...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Enhancements to codeExchange ([5e893c4](https://github.com/kinde-oss/js-utils/commit/5e893c4))
11+
12+
### 🩹 Fixes
13+
14+
- Roles return type ([6c2345f](https://github.com/kinde-oss/js-utils/commit/6c2345f))
15+
16+
### ❤️ Contributors
17+
18+
- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
19+
420
## 0.8.0...main
521

622
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.8.0...main)

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.9.0",
17+
"version": "0.10.0",
1818
"scripts": {
1919
"dev": "vite",
2020
"build": "tsc && vite build",

0 commit comments

Comments
 (0)