From c16f056cf2536755132104e452dbaa8de2df8f5c Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Wed, 15 Mar 2023 10:47:57 +0800 Subject: [PATCH] Release 4.4.0 --- History.md | 17 +++++++++++++++++ package.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 0c223cb..d541590 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,21 @@ +4.4.0 / 2023-03-15 +================== + +**features** + * [[`a9a6476`](http://github.com/koajs/bodyparser/commit/a9a647641bb883746c9691e86b8f87739df4e374)] - feat: Support scim json format (#151) (ask me anything :) <>) + +**fixes** + * [[`4d931c6`](http://github.com/koajs/bodyparser/commit/4d931c634e9b59a843152f56d68b3ef2e1719675)] - fix: revert html parser, use text directly (dead-horse <>) + +**others** + * [[`c02ec0c`](http://github.com/koajs/bodyparser/commit/c02ec0c062f92e1114b4196534669367eae14ccc)] - Update README.md (#149) (sgywzy <<44345776+sgywzy@users.noreply.github.com>>) + * [[`85b426f`](http://github.com/koajs/bodyparser/commit/85b426fea3d98481fd4acbafce0857189199426e)] - Recommend @koa/multer for multipart/form-data (#145) (Jim Fisher <>) + * [[`afecb1a`](http://github.com/koajs/bodyparser/commit/afecb1ab7303ebd36d1a50d6bfe5fc3125759e43)] - Update Repo + Add Html Parser (#134) (imed jaberi <>) + * [[`ecc6ebf`](http://github.com/koajs/bodyparser/commit/ecc6ebfad7179e0009501723e7b2227d25c9603d)] - docs: fix broken npmjs link (#132) (Joel Colucci <>) + * [[`336b287`](http://github.com/koajs/bodyparser/commit/336b2879dc7c0e048d79e28bf23d4b8fe2589376)] - Update README.md (haoxin <>) + * [[`e02cb7d`](http://github.com/koajs/bodyparser/commit/e02cb7dd2c798a116ef12c776da30c710697dea5)] - Update README.md (#125) (thaiworldgame <<36978149+thaiworldgame@users.noreply.github.com>>) + 4.3.0 / 2020-03-24 ================== diff --git a/package.json b/package.json index ac1db09..8a589bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-bodyparser", - "version": "4.3.0", + "version": "4.4.0", "description": "a body parser for Koa", "main": "index.js", "scripts": { @@ -67,4 +67,4 @@ "url": "https://github.com/koajs/body-parser/issues" }, "homepage": "https://github.com/koajs/body-parser" -} \ No newline at end of file +}