Skip to content

Commit

Permalink
publish v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jemygraw committed Jan 25, 2018
1 parent 5f27b00 commit 5017d7f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGE LOG

## v7.1.2
- 增加自定义资源访问响应头部的功能
- 改进时间戳签名方法,支持复杂urlencode

### v7.1.1
- 修复 index.d.ts 中的函数声明错误

Expand Down
33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qiniu",
"version": "7.1.1",
"version": "7.1.2",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -33,19 +33,24 @@
"web-service"
],
"author": "[email protected]",
"contributors": [{
"name": "Xu Shiwei",
"email": "[email protected]"
}, {
"name": "why404",
"email": "[email protected]"
}, {
"name": "guhao",
"email": "[email protected]"
}, {
"name": "jinxinxin",
"email": "[email protected]"
}],
"contributors": [
{
"name": "Xu Shiwei",
"email": "[email protected]"
},
{
"name": "why404",
"email": "[email protected]"
},
{
"name": "guhao",
"email": "[email protected]"
},
{
"name": "jinxinxin",
"email": "[email protected]"
}
],
"engines": [
"node >= 4"
],
Expand Down

0 comments on commit 5017d7f

Please sign in to comment.