diff --git a/CHANGELOG.md b/CHANGELOG.md index 8957800..cd7fbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +## 1.2.0 + +[compare changes](https://github.com/kinde-oss/webhook/compare/1.1.0...1.2.0) ### 🚀 Enhancements diff --git a/package.json b/package.json index 9a496f7..1e1af6f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "scripts": { "dev": "vite", "build": "tsc && vite build",