diff --git a/CHANGELOG.md b/CHANGELOG.md index 826c083..906a31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.10.7 + +[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.6...v0.10.7) + +### 🩹 Fixes + +- Make useQuery return data nullable ([120ebc5](https://github.com/wobsoriano/trpc-nuxt/commit/120ebc5)) + +### 📖 Documentation + +- Update Server Side Calls docs ([1c638a8](https://github.com/wobsoriano/trpc-nuxt/commit/1c638a8)) + +### ❤️ Contributors + +- Blechlawine +- Colonel-Sandvich + ## v0.10.6 [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.5...v0.10.6) diff --git a/package.json b/package.json index 58c5e3e..831f8e6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "End-to-end typesafe APIs in Nuxt applications.", "type": "module", "packageManager": "pnpm@8.6.9", - "version": "0.10.6", + "version": "0.10.7", "license": "MIT", "sideEffects": false, "exports": { @@ -78,4 +78,4 @@ "nuxt": "3.6.5" } } -} +} \ No newline at end of file