Skip to content

Commit

Permalink
chore(release): v0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jan 13, 2024
1 parent c04d6be commit 0c3b89d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.10.16

[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.15...v0.10.16)

### 🩹 Fixes

- Typings when using node16 ([547af10](https://github.com/wobsoriano/trpc-nuxt/commit/547af10))

### 📖 Documentation

- Correct link ([c44bf19](https://github.com/wobsoriano/trpc-nuxt/commit/c44bf19))

### 🏡 Chore

- Remove queryKey in mutation ([ad2c459](https://github.com/wobsoriano/trpc-nuxt/commit/ad2c459))
- Clean up abort controller logic ([d2a1393](https://github.com/wobsoriano/trpc-nuxt/commit/d2a1393))

### ❤️ Contributors

- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
- BaboonKing ([@baboon-king](http://github.com/baboon-king))

## v0.10.15

[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.14...v0.10.15)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "End-to-end typesafe APIs in Nuxt applications.",
"type": "module",
"packageManager": "pnpm@8.9.2",
"version": "0.10.15",
"version": "0.10.16",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -86,4 +86,4 @@
"@trpc/server": "^10.44.1"
}
}
}
}

0 comments on commit 0c3b89d

Please sign in to comment.