Skip to content

Commit e6f81d4

Browse files
authored
Merge pull request #78 from kinde-oss/release/v0.2.2
chore: releaseV0.2.2
2 parents bd94b26 + b7d2b1f commit e6f81d4

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## 0.2.2
5+
6+
[compare changes](https://github.com/kinde-oss/jwt-decoder/compare/0.2.1...0.2.2)
7+
8+
### 🩹 Fixes
9+
10+
- **security:** Update vite to v5.4.21 — patch CVE-2025-24010 and others ([350c69f](https://github.com/kinde-oss/jwt-decoder/commit/350c69f))
11+
- **deps:** Upgrade to latest stable — vite 8, vitest 4, vite-plugin-dts 4 ([64163bb](https://github.com/kinde-oss/jwt-decoder/commit/64163bb))
12+
13+
### 📖 Documentation
14+
15+
- **changelog:** Fix 0.2.1 heading and compare link to 0.2.0...0.2.1 ([56374e1](https://github.com/kinde-oss/jwt-decoder/commit/56374e1))
16+
17+
### 🏡 Chore
18+
19+
- Release v0.2.1 ([300527a](https://github.com/kinde-oss/jwt-decoder/commit/300527a))
20+
21+
### ❤️ Contributors
22+
23+
- Dtoxvanilla1991 <dtoxvanilla@gmail.com>
24+
- Koosha Owji <koosha.owji@gmail.com>
25+
426
## 0.2.1
527

628
[compare changes](https://github.com/kinde-oss/jwt-decoder/compare/0.2.0...0.2.1)

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

0 commit comments

Comments
 (0)