Skip to content

Commit 6300e66

Browse files
committed
chore: release v0.1.0
1 parent 9b73820 commit 6300e66

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,28 @@
66

77
### 🚀 Enhancements
88

9-
- Add token validation ([e219c96](https://github.com/kinde-oss/jwt-validator/commit/e219c96))
9+
- Initial commit ([60e7ac8](https://github.com/kinde-oss/js-utils/commit/60e7ac8))
10+
- Added eslint ([5d1988e](https://github.com/kinde-oss/js-utils/commit/5d1988e))
11+
- Updates ([f246eac](https://github.com/kinde-oss/js-utils/commit/f246eac))
12+
- Add mapLoginMethodParamsForUrl and improved typing and default values. ([d9ae73d](https://github.com/kinde-oss/js-utils/commit/d9ae73d))
13+
- Add showCompleteScreen ([ad2a868](https://github.com/kinde-oss/js-utils/commit/ad2a868))
14+
15+
### 🩹 Fixes
16+
17+
- Change show complete screen to has success page ([7d12cac](https://github.com/kinde-oss/js-utils/commit/7d12cac))
18+
19+
### 📖 Documentation
20+
21+
- Update readme ([9b73820](https://github.com/kinde-oss/js-utils/commit/9b73820))
22+
23+
### 🏡 Chore
24+
25+
- Lint fixes ([12d9e8f](https://github.com/kinde-oss/js-utils/commit/12d9e8f))
26+
27+
### ✅ Tests
28+
29+
- Change test imports to extend coverage ([a53ae90](https://github.com/kinde-oss/js-utils/commit/a53ae90))
1030

1131
### ❤️ Contributors
1232

1333
- Daniel Rivers ([@DanielRivers](http://github.com/DanielRivers))
14-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"publishConfig": {
99
"access": "public"
1010
},
11-
"version": "0.1.0-2",
11+
"version": "0.1.0",
1212
"scripts": {
1313
"dev": "vite",
1414
"build": "tsc && vite build",

0 commit comments

Comments
 (0)