Skip to content

Commit 80eb04a

Browse files
committed
Merge pull request #137 from qiniu/develop
version number update
2 parents 4f0a7a7 + f96bf87 commit 80eb04a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
## CHANGE LOG
22

3+
### v6.1.7
4+
5+
2015-05-09
6+
7+
- 上传策略增加 callbackHost、persistentPipeline, callbackFetchKey
8+
- 增加fetch 函数
9+
- imageview -> imageview2
10+
11+
312
### v6.1.6
413

514
2014-10-31
615

7-
- 增加fsizelimit, insertonly
16+
- 上传策略增加fsizelimit, insertonly
817

918

1019
### v6.1.5

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Qiniu Resource Storage SDK for Node.js
22

3+
[![@qiniu on weibo](http://img.shields.io/badge/weibo-%40qiniutek-blue.svg)](http://weibo.com/qiniutek)
4+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
35
[![Build Status](https://travis-ci.org/qiniu/nodejs-sdk.png?branch=master)](https://travis-ci.org/qiniu/nodejs-sdk)
46
[![Code Climate](https://codeclimate.com/github/qiniu/nodejs-sdk.png)](https://codeclimate.com/github/qiniu/nodejs-sdk)
5-
6-
[![Qiniu Logo](http://qiniutek.com/images/logo-2.png)](http://qiniu.com/)
7+
[![Latest Stable Version](https://img.shields.io/npm/v/qiniu.svg)](https://www.npmjs.com/package/qiniu)
78

89
## 下载
910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu",
3-
"version": "6.1.6",
3+
"version": "6.1.7",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)