We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a1d72 commit 883c0d3Copy full SHA for 883c0d3
CHANGELOG.md
@@ -1,11 +1,15 @@
1
#CHANGELOG
2
3
-## v2.4.2
+## v2.4.3
4
+
5
+2013-02-17
6
7
Issue [#52](https://github.com/qiniu/nodejs-sdk/pull/52):
8
9
- 去除对自定义 generateQueryString() 函数的依赖,使用 querystring 包的 stringify() 函数。
10
11
+## v2.4.2
12
13
Issue [#48](https://github.com/qiniu/nodejs-sdk/pull/48):
14
15
- 去除 auth.GetPolicy.scope 的默认值:"*/*"
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "2.4.2",
+ "version": "2.4.3",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
0 commit comments