Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2024-03-14)

### 🐛 Fixes

* bodyparser causes trpc request hang ([#26](#26)) ([02e8f71](02e8f71))
  • Loading branch information
semantic-release-bot committed Mar 14, 2024
1 parent 02e8f71 commit 84e4f97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.1](https://github.com/BlairCurrey/trpc-koa-adapter/compare/v1.2.0...v1.2.1) (2024-03-14)


### :bug: Fixes

* bodyparser causes trpc request hang ([#26](https://github.com/BlairCurrey/trpc-koa-adapter/issues/26)) ([02e8f71](https://github.com/BlairCurrey/trpc-koa-adapter/commit/02e8f71a0582c7c4b0c423e6f0667160dc906ea0))

## [1.2.0](https://github.com/BlairCurrey/trpc-koa-adapter/compare/v1.1.3...v1.2.0) (2024-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trpc-koa-adapter",
"version": "1.2.0",
"version": "1.2.1",
"author": "Blair Currey",
"description": "Koa adapter for tRPC",
"repository": {
Expand Down

0 comments on commit 84e4f97

Please sign in to comment.