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 e47c960 commit 2fe3aabCopy full SHA for 2fe3aab
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## 0.21.1...main
5
+
6
+[compare changes](https://github.com/kinde-oss/js-utils/compare/0.21.1...main)
7
8
+### 🩹 Fixes
9
10
+- Portal url generaton ([334a9f8](https://github.com/kinde-oss/js-utils/commit/334a9f8))
11
12
+### ❤️ Contributors
13
14
+- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
15
16
## 0.21.0...main
17
18
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.21.0...main)
package.json
@@ -14,7 +14,7 @@
"publishConfig": {
"access": "public"
},
- "version": "0.21.1",
+ "version": "0.21.2",
"scripts": {
19
"dev": "vite",
20
"build": "tsc && vite build",
0 commit comments