Skip to content

Commit 5585a30

Browse files
authored
Merge pull request #246 from koajs/changeset-release/master
Version Packages
2 parents c060a9b + 34de551 commit 5585a30

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/khaki-seas-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [`c060a9b`](https://github.com/koajs/koa-body/commit/c060a9b5f09b683319e75f31e334c4c747e39359) Thanks [@TheDadi](https://github.com/TheDadi)! - fix: use JsonValue from type-fest as body type fixes: #245
8+
39
## 7.0.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa-body",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A Koa body parser middleware. Supports multipart, urlencoded and JSON request bodies.",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)