chore(release): v0.10.6

This commit is contained in:
wobsoriano
2023-07-09 17:38:40 -07:00
parent 7bbe767495
commit bec300b750
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# Changelog # Changelog
## v0.10.6
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.5...v0.10.6)
## v0.10.5 ## v0.10.5
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.4...v0.10.5) [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.4...v0.10.5)

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.7", "packageManager": "pnpm@8.6.7",
"version": "0.10.5", "version": "0.10.6",
"license": "MIT", "license": "MIT",
"sideEffects": false, "sideEffects": false,
"exports": { "exports": {
@@ -78,4 +78,4 @@
"nuxt": "3.6.2" "nuxt": "3.6.2"
} }
} }
} }