Skip to content

Commit

Permalink
chore(release): v0.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jun 9, 2024
1 parent 8de066b commit a54ac5d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v0.10.22

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

### 🚀 Enhancements

- Allow `watch: false` in useQuery ([fbff0da](https://github.com/wobsoriano/trpc-nuxt/commit/fbff0da))

### 🏡 Chore

- Bump all non-major dependencies ([c7329b0](https://github.com/wobsoriano/trpc-nuxt/commit/c7329b0))
- Use built-in h3 response helpers ([3fc20fa](https://github.com/wobsoriano/trpc-nuxt/commit/3fc20fa))
- Bump all non-major dependencies ([262be27](https://github.com/wobsoriano/trpc-nuxt/commit/262be27))
- Remove unused res ([b6c5668](https://github.com/wobsoriano/trpc-nuxt/commit/b6c5668))

### 🎨 Styles

- Update nuxt eslint config to flat ([aed4d9c](https://github.com/wobsoriano/trpc-nuxt/commit/aed4d9c))

### ❤️ Contributors

- Wobsoriano ([@wobsoriano](http://github.com/wobsoriano))
- Warflash <[email protected]>

## v0.10.21

[compare changes](https://github.com/wobsoriano/trpc-nuxt/compare/v0.10.20...v0.10.21)
Expand Down
2 changes: 1 addition & 1 deletion 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": "[email protected]",
"version": "0.10.21",
"version": "0.10.22",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit a54ac5d

Please sign in to comment.