Skip to content

Commit 5c6963e

Browse files
committed
chore(reelase): v3.4.1
1 parent 57dbb7d commit 5c6963e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <support@leancloud.rocks>"

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.4.1 (2017-11-17)
2+
3+
### Bug fixes
4+
- 修复了华北节点在 Node.js 中上传大文件可能会抛出 `invalid multipart format: multipart: message too large` 异常的问题。
5+
- 修复了小程序中请求返回值被错误地解析为 null 导致的问题。
6+
7+
18
# 3.4.0 (2017-11-13)
29

310
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leancloud-storage",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {
@@ -54,7 +54,7 @@
5454
"qiniu": "^6.1.11",
5555
"should": "^11.1.0",
5656
"typescript": "^2.4.1",
57-
"weapp-polyfill": "^2.0.0",
57+
"weapp-polyfill": "^2.0.1",
5858
"webpack": "^2.2.0-rc.3"
5959
},
6060
"license": "MIT",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '3.4.0';
1+
module.exports = '3.4.1';

0 commit comments

Comments
 (0)