From ec7e0255c2c86c27e7dd76806904f3c43c62bb93 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Thu, 10 Aug 2023 21:01:35 -0700 Subject: [PATCH] chore(release): v0.10.7 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) 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