From de3ada54d0abfe6d5fc5eaf05f0a1a7e4299c2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=B6=E5=93=A5?= Date: Mon, 23 Oct 2017 23:27:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f889de4..55bc0c1 100644 --- a/README.md +++ b/README.md @@ -516,6 +516,10 @@ request.post('/api').form({key:'value'}), function(err,httpResponse,body){ /* .. 更新说明 -------- +*v0.2.3 2017年10月23日23:26:56* + +1. 升级依赖项版本(node8.7.0)。 + *v0.2.2 2017年09月17日17:45:07* 1. 升级依赖项版本(在node8.5.0测试)。