Skip to content

Commit cc34c99

Browse files
committed
publish 7.0.5
1 parent f35030d commit cc34c99

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGE LOG
22

3+
### v7.0.5
4+
- 修复zone获取失败时callbackFunc不存在的问题
5+
- 增加分片上传的时候的progressCallback
6+
37
### v7.0.4
48
- 增加http&https代理功能
59

package.json

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {
@@ -33,24 +33,19 @@
3333
"web-service"
3434
],
3535
"author": "[email protected]",
36-
"contributors": [
37-
{
38-
"name": "Xu Shiwei",
39-
"email": "[email protected]"
40-
},
41-
{
42-
"name": "why404",
43-
"email": "[email protected]"
44-
},
45-
{
46-
"name": "ikbear",
47-
"email": "[email protected]"
48-
},
49-
{
50-
"name": "lintianzhi",
51-
"email": "[email protected]"
52-
}
53-
],
36+
"contributors": [{
37+
"name": "Xu Shiwei",
38+
"email": "[email protected]"
39+
}, {
40+
"name": "why404",
41+
"email": "[email protected]"
42+
}, {
43+
"name": "ikbear",
44+
"email": "[email protected]"
45+
}, {
46+
"name": "lintianzhi",
47+
"email": "[email protected]"
48+
}],
5449
"engines": [
5550
"node >= 0.4.7"
5651
],

0 commit comments

Comments
 (0)