From 8e893a2e3097429dd0df6a6a2387f333ef40c22b Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Tue, 22 Aug 2023 10:52:53 -0700 Subject: [PATCH] chore(release): v0.10.11 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7281695..e0cb345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.10.11 + +[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.10...v0.10.11) + +### 🩹 Fixes + +- Add missing useLazyQuery type ([299ae55](https://github.com/wobsoriano/trpc-nuxt/commit/299ae55)) + +### 📖 Documentation + +- Bump @nuxt-themes/docus to 1.14.6 ([f7eeb10](https://github.com/wobsoriano/trpc-nuxt/commit/f7eeb10)) + +### ❤️ Contributors + +- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) + ## v0.10.10 [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.9...v0.10.10) diff --git a/package.json b/package.json index 95b375e..fc1c433 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.10", + "version": "0.10.11", "license": "MIT", "sideEffects": false, "exports": { @@ -79,4 +79,4 @@ "@trpc/server": "10.37.1" } } -} +} \ No newline at end of file