Skip to content

Commit fa50ce2

Browse files
authored
Merge pull request #68 from kinde-oss/release/v0.4.2
chore: releaseV0.4.2
2 parents 473a5fd + 70361b2 commit fa50ce2

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Changelog
22

33

4-
## 0.4.1...main
4+
## 0.4.2
55

6-
[compare changes](https://github.com/kinde-oss/jwt-validator/compare/0.4.1...main)
6+
[compare changes](https://github.com/kinde-oss/jwt-validator/compare/0.4.1...0.4.2)
7+
8+
### 🩹 Fixes
9+
10+
- Remove redundant pnpm version from workflow for action-setup v6 compat ([58df997](https://github.com/kinde-oss/jwt-validator/commit/58df997))
11+
12+
### 🏡 Chore
13+
14+
- Release v0.4.1 ([1eae5ff](https://github.com/kinde-oss/jwt-validator/commit/1eae5ff))
15+
- **release:** Bump version to v0.4.1 in changelog.md ([80665fe](https://github.com/kinde-oss/jwt-validator/commit/80665fe))
16+
17+
### ❤️ Contributors
18+
19+
- Koosha Owji <koosha.owji@gmail.com>
20+
21+
## 0.4.1
22+
23+
[compare changes](https://github.com/kinde-oss/jwt-validator/compare/0.4.0...0.4.1)
724

825
### 🏡 Chore
926

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

0 commit comments

Comments
 (0)