diff --git a/CHANGELOG.md b/CHANGELOG.md index e0cb345..d73d083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog +## v0.10.12 + +[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.11...v0.10.12) + +### 🩹 Fixes + +- Expect ofetch missing error response type ([8f9e398](https://github.com/wobsoriano/trpc-nuxt/commit/8f9e398)) + +### 💅 Refactors + +- Explicitly copy headers to custom fetcher ([0fec55a](https://github.com/wobsoriano/trpc-nuxt/commit/0fec55a)) + +### 📖 Documentation + +- Add response caching page ([9808375](https://github.com/wobsoriano/trpc-nuxt/commit/9808375)) +- Fix missing title ([057c8f8](https://github.com/wobsoriano/trpc-nuxt/commit/057c8f8)) +- Fix incorrect syntax ([230422b](https://github.com/wobsoriano/trpc-nuxt/commit/230422b)) + +### 📦 Build + +- **deps:** Bump ofetch to 1.3.2 ([092e349](https://github.com/wobsoriano/trpc-nuxt/commit/092e349)) + +### ❤️ Contributors + +- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano)) + ## v0.10.11 [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.10...v0.10.11) diff --git a/package.json b/package.json index 4578cd9..66d90c2 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.11", + "version": "0.10.12", "license": "MIT", "sideEffects": false, "exports": { @@ -79,4 +79,4 @@ "@trpc/server": "10.37.1" } } -} +} \ No newline at end of file