From 6862c7b393fec8201afb29e95d7f20e0b8212aa8 Mon Sep 17 00:00:00 2001 From: dead-horse Date: Tue, 24 Mar 2020 15:16:47 +0800 Subject: [PATCH] Release 4.3.0 --- History.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 7ced616..0c223cb 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,14 @@ +4.3.0 / 2020-03-24 +================== + +**features** + * [[`705673d`](http://github.com/koajs/bodyparser/commit/705673d634818727dbdb25ee999560970bd268a2)] - feat: support xml (#131) (TZ | 天猪 <>) + +**others** + * [[`6fd7e9c`](http://github.com/koajs/bodyparser/commit/6fd7e9c321684adc239d2afb270782c21d0b6231)] - docs: add multipart tips (dead-horse <>) + * [[`57c0022`](http://github.com/koajs/bodyparser/commit/57c00225d54b5b5dd1a7526478ad3eae8495222f)] - Fix typo in README.md (#112) (Adrian Pascu <<1521321+adipascu@users.noreply.github.com>>) + 4.2.1 / 2018-05-21 ================== diff --git a/package.json b/package.json index 035a6ac..8bc771d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa-bodyparser", - "version": "4.2.1", + "version": "4.3.0", "description": "a body parser for koa", "main": "index.js", "scripts": {