diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d05211..c2c9ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.0.32 + +[compare changes](https://github.com/beynar/svelte-rpc/compare/v0.0.31...v0.0.32) + +### 🩹 Fixes + +- 🐛 Remove API types from locals in procedure request event. ([fd33fd3](https://github.com/beynar/svelte-rpc/commit/fd33fd3)) + +### 🏡 Chore + +- **release:** V0.0.31 ([9b55d46](https://github.com/beynar/svelte-rpc/commit/9b55d46)) +- **release:** V0.0.31 ([f8162ea](https://github.com/beynar/svelte-rpc/commit/f8162ea)) + +### ❤️ Contributors + +- Beynar ([@beynar](http://github.com/beynar)) + ## v0.0.31 [compare changes](https://github.com/beynar/svelte-rpc/compare/v0.0.31...v0.0.31) diff --git a/package.json b/package.json index b2e2173..392c77d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-rpc", - "version": "0.0.31", + "version": "0.0.32", "scripts": { "dev": "vite dev", "build": "vite build && npm run package",