Skip to content

Commit 1f09b0f

Browse files
committed
chore: release v0.22.0
1 parent b2c15be commit 1f09b0f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## 0.21.2...main
5+
6+
[compare changes](https://github.com/kinde-oss/js-utils/compare/0.21.2...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Add navigateToKinde method ([e14b8f0](https://github.com/kinde-oss/js-utils/commit/e14b8f0))
11+
12+
### 📖 Documentation
13+
14+
- Add jsdoc ([ffc1bf3](https://github.com/kinde-oss/js-utils/commit/ffc1bf3))
15+
16+
### ❤️ Contributors
17+
18+
- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
19+
420
## 0.21.1...main
521

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

package.json

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

0 commit comments

Comments
 (0)