Skip to content

Commit

Permalink
chore(release): v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed May 20, 2023
1 parent 18cd492 commit 2c28424
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

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

1 comment on commit 2c28424

@vercel
Copy link

@vercel vercel bot commented on 2c28424 May 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-nuxt – ./

trpc-nuxt.vercel.app
trpc-nuxt-git-next-wobsoriano.vercel.app
trpc-nuxt-wobsoriano.vercel.app

Please sign in to comment.