Skip to content

Commit 883c0d3

Browse files
committed
Create version 2.4.3
1 parent c3a1d72 commit 883c0d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
#CHANGELOG
22

3-
## v2.4.2
3+
## v2.4.3
4+
5+
2013-02-17
46

57
Issue [#52](https://github.com/qiniu/nodejs-sdk/pull/52):
68

79
- 去除对自定义 generateQueryString() 函数的依赖,使用 querystring 包的 stringify() 函数。
810

11+
## v2.4.2
12+
913
Issue [#48](https://github.com/qiniu/nodejs-sdk/pull/48):
1014

1115
- 去除 auth.GetPolicy.scope 的默认值:"*/*"

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": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)