chore(release): v0.10.4

This commit is contained in:
wobsoriano
2023-05-26 20:41:31 -07:00
parent 054fad952a
commit e15ea6b5a3
2 changed files with 23 additions and 2 deletions

View File

@@ -1,6 +1,27 @@
# Changelog # Changelog
## v0.10.4
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.3...v0.10.4)
### 🚀 Enhancements
- Add reactive inputs ([054fad9](https://github.com/wobsoriano/trpc-nuxt/commit/054fad9))
### 📖 Documentation
- Update local deps ([7683499](https://github.com/wobsoriano/trpc-nuxt/commit/7683499))
### 🏡 Chore
- Remove engines property ([e15a62a](https://github.com/wobsoriano/trpc-nuxt/commit/e15a62a))
### ❤️ Contributors
- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
## v0.10.3 ## v0.10.3
[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.2...v0.10.3) [compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.2...v0.10.3)

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.5.1", "packageManager": "pnpm@8.5.1",
"version": "0.10.3", "version": "0.10.4",
"license": "MIT", "license": "MIT",
"sideEffects": false, "sideEffects": false,
"exports": { "exports": {
@@ -78,4 +78,4 @@
"nuxt": "3.4.3" "nuxt": "3.4.3"
} }
} }
} }