File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## 0.1.0...main
5
+
6
+ [ compare changes] ( https://github.com/kinde-oss/jwt-decoder/compare/0.1.0...main )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Add token complete check and option to decode the header part of the token ([ f2303f1] ( https://github.com/kinde-oss/jwt-decoder/commit/f2303f1 ) )
11
+ - Update types to indicate TokenPart is defaulted ([ 43c2550] ( https://github.com/kinde-oss/jwt-decoder/commit/43c2550 ) )
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - Jsdocs ([ 272fe2d] ( https://github.com/kinde-oss/jwt-decoder/commit/272fe2d ) )
16
+
17
+ ### 📖 Documentation
18
+
19
+ - Update jsDoc ([ a6b65dc] ( https://github.com/kinde-oss/jwt-decoder/commit/a6b65dc ) )
20
+
21
+ ### 🏡 Chore
22
+
23
+ - Lint ([ 2388f12] ( https://github.com/kinde-oss/jwt-decoder/commit/2388f12 ) )
24
+ - Format readme ([ 5ac4454] ( https://github.com/kinde-oss/jwt-decoder/commit/5ac4454 ) )
25
+ - Remove redundant test ([ 963bfa9] ( https://github.com/kinde-oss/jwt-decoder/commit/963bfa9 ) )
26
+ - Add eslint ([ 718fea4] ( https://github.com/kinde-oss/jwt-decoder/commit/718fea4 ) )
27
+
28
+ ### 🤖 CI
29
+
30
+ - Add workflow ([ 0d611db] ( https://github.com/kinde-oss/jwt-decoder/commit/0d611db ) )
31
+ - Fix broken flow ([ 3197d94] ( https://github.com/kinde-oss/jwt-decoder/commit/3197d94 ) )
32
+ - Update workflow versions ([ 6de34f3] ( https://github.com/kinde-oss/jwt-decoder/commit/6de34f3 ) )
33
+
34
+ ### ❤️ Contributors
35
+
36
+ - Daniel Rivers ([ @DanielRivers ] ( http://github.com/DanielRivers ) )
37
+
4
38
## ...main
5
39
6
40
Original file line number Diff line number Diff line change 8
8
"publishConfig" : {
9
9
"access" : " public"
10
10
},
11
- "version" : " 0.1 .0" ,
11
+ "version" : " 0.2 .0" ,
12
12
"scripts" : {
13
13
"dev" : " vite" ,
14
14
"build" : " tsc && vite build" ,
You can’t perform that action at this time.
0 commit comments