chore(release): v0.10.3

This commit is contained in:
wobsoriano
2023-05-20 11:11:11 -07:00
parent 18cd492ffd
commit 2c28424ecd
2 changed files with 18 additions and 2 deletions

16
CHANGELOG.md Normal file
View File

@@ -0,0 +1,16 @@
# Changelog
## v0.10.3
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.2...v0.10.3)
### 🚀 Enhancements
- Export createH3ApiHandler for h3 apps ([18cd492](https://github.com/wobsoriano/trpc-nuxt/commit/18cd492))
### ❤️ Contributors
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))

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@7.32.4", "packageManager": "pnpm@7.32.4",
"version": "0.10.2", "version": "0.10.3",
"license": "MIT", "license": "MIT",
"sideEffects": false, "sideEffects": false,
"exports": { "exports": {
@@ -81,4 +81,4 @@
"engines": { "engines": {
"node": "^16.13.0 || ^18.12.0" "node": "^16.13.0 || ^18.12.0"
} }
} }