Skip to content

Commit 578a689

Browse files
committed
chore: release v0.2.0
1 parent 6da08f6 commit 578a689

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

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

33

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+
438
## ...main
539

640

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",
11+
"version": "0.2.0",
1212
"scripts": {
1313
"dev": "vite",
1414
"build": "tsc && vite build",

0 commit comments

Comments
 (0)