Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
# Changelog


## 1.1.0...main
## 1.3.0

[compare changes](https://github.com/kinde-oss/webhook/compare/1.1.0...main)
[compare changes](https://github.com/kinde-oss/webhook/compare/1.2.0...1.3.0)

### 🩹 Fixes

- **deps:** Update dependency @kinde/jwt-decoder to ^0.2.0 ([e93673a](https://github.com/kinde-oss/webhook/commit/e93673a))
- **deps:** Update dependency @kinde/jwt-validator to v0.4.1 ([87345b0](https://github.com/kinde-oss/webhook/commit/87345b0))
- **ci:** Avoid pnpm version conflict in action-setup v6 ([61505a1](https://github.com/kinde-oss/webhook/commit/61505a1))
- Handle jwt validation fetch errors in decodeWebhook ([8edfaf8](https://github.com/kinde-oss/webhook/commit/8edfaf8))
- **build:** Use valid Vite 8 build target ([4983289](https://github.com/kinde-oss/webhook/commit/4983289))

### 🏡 Chore

- Add renovate configuration ([8ec59a8](https://github.com/kinde-oss/webhook/commit/8ec59a8))
- Upgrade from node 20 to 22 in CI ([85c081a](https://github.com/kinde-oss/webhook/commit/85c081a))
- Move pnpm pre-post-scripts config to workspace ([0e79bb4](https://github.com/kinde-oss/webhook/commit/0e79bb4))
- Update module resolution from Node to Bundler ([675176c](https://github.com/kinde-oss/webhook/commit/675176c))

### ❤️ Contributors

- Koosha Owji <koosha.owji@gmail.com>

## 1.2.0

[compare changes](https://github.com/kinde-oss/webhook/compare/1.1.0...1.2.0)

### 🚀 Enhancements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.2.0",
"version": "1.3.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down