chore(release): v0.10.9

This commit is contained in:
wobsoriano
2023-08-20 22:51:01 -07:00
parent f2bcf9b68b
commit ede749414d
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,18 @@
# Changelog # Changelog
## v0.10.9
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.8...v0.10.9)
### 🚀 Enhancements
- Add custom query key option ([f2bcf9b](https://github.com/wobsoriano/trpc-nuxt/commit/f2bcf9b))
### ❤️ Contributors
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
## v0.10.8 ## v0.10.8
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.7...v0.10.8) [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.7...v0.10.8)

View File

@@ -3,7 +3,7 @@
"description": "End-to-end typesafe APIs in Nuxt applications.", "description": "End-to-end typesafe APIs in Nuxt applications.",
"type": "module", "type": "module",
"packageManager": "pnpm@8.6.9", "packageManager": "pnpm@8.6.9",
"version": "0.10.8", "version": "0.10.9",
"license": "MIT", "license": "MIT",
"sideEffects": false, "sideEffects": false,
"exports": { "exports": {