We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de4fa8 commit 6e4134aCopy full SHA for 6e4134a
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## 0.10.0...main
5
+
6
+[compare changes](https://github.com/kinde-oss/js-utils/compare/0.10.0...main)
7
8
+### 🩹 Fixes
9
10
+- Role docs and type exports ([cebdd3b](https://github.com/kinde-oss/js-utils/commit/cebdd3b))
11
12
+### ❤️ Contributors
13
14
+- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
15
16
## 0.9.0...main
17
18
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.9.0...main)
package.json
@@ -14,7 +14,7 @@
"publishConfig": {
"access": "public"
},
- "version": "0.10.0",
+ "version": "0.10.1",
"scripts": {
19
"dev": "vite",
20
"build": "tsc && vite build",
0 commit comments