Skip to content

Commit 5017d7f

Browse files
committed
publish v7.1.2
1 parent 5f27b00 commit 5017d7f

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGE LOG
22

3+
## v7.1.2
4+
- 增加自定义资源访问响应头部的功能
5+
- 改进时间戳签名方法,支持复杂urlencode
6+
37
### v7.1.1
48
- 修复 index.d.ts 中的函数声明错误
59

package.json

+19-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {
@@ -33,19 +33,24 @@
3333
"web-service"
3434
],
3535
"author": "[email protected]",
36-
"contributors": [{
37-
"name": "Xu Shiwei",
38-
"email": "[email protected]"
39-
}, {
40-
"name": "why404",
41-
"email": "[email protected]"
42-
}, {
43-
"name": "guhao",
44-
"email": "[email protected]"
45-
}, {
46-
"name": "jinxinxin",
47-
"email": "[email protected]"
48-
}],
36+
"contributors": [
37+
{
38+
"name": "Xu Shiwei",
39+
"email": "[email protected]"
40+
},
41+
{
42+
"name": "why404",
43+
"email": "[email protected]"
44+
},
45+
{
46+
"name": "guhao",
47+
"email": "[email protected]"
48+
},
49+
{
50+
"name": "jinxinxin",
51+
"email": "[email protected]"
52+
}
53+
],
4954
"engines": [
5055
"node >= 4"
5156
],

0 commit comments

Comments
 (0)