Skip to content

Commit 4f9aa6f

Browse files
authored
Merge pull request #45 from kinde-oss/chore-release-v0.2.1
chore: release v0.2.1
2 parents f1ff90b + 56374e1 commit 4f9aa6f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## 0.2.1
5+
6+
[compare changes](https://github.com/kinde-oss/jwt-decoder/compare/0.2.0...0.2.1)
7+
8+
### 🏡 Chore
9+
10+
- Ignore renovate.json ([9bc2001](https://github.com/kinde-oss/jwt-decoder/commit/9bc2001))
11+
- Update CODEOWNERS for dependency files ([78f087b](https://github.com/kinde-oss/jwt-decoder/commit/78f087b))
12+
13+
### ❤️ Contributors
14+
15+
- Andre Selton <andre@kinde.com>
16+
- Daniel Rivers ([@DanielRivers](https://github.com/DanielRivers))
17+
418
## 0.1.0...main
519

620
[compare changes](https://github.com/kinde-oss/jwt-decoder/compare/0.1.0...main)

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

0 commit comments

Comments
 (0)