From 86fe5916aaa8c891c189705b0e5920ac99a77442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sun, 20 Sep 2020 16:28:53 +0800 Subject: [PATCH] 1.1.0 --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e079d6..72e3eed 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "@gm5/response", - "version": "1.0.0", + "version": "1.1.0", "type": "module", "description": "对Http的response进一步封装, 提供常用的API", "main": "index.js", "author": "yutent", - "keywords": ["fivejs", "response", "http"], + "keywords": [ + "fivejs", + "response", + "http" + ], "repository": "https://github.com/bytedo/gm5.response.git", "license": "MIT" }