Skip to content

Commit e93d9c2

Browse files
committed
chore(release): v2.0.1
1 parent 45261b7 commit e93d9c2

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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": "2.0.0",
3+
"version": "2.0.1",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": [
66
"LeanCloud <[email protected]>"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.1 (2017-01-12)
2+
### Bug Fixes
3+
* 修复了在 Node.js 中向国内节点上传文件抛异常的问题
4+
* 修复了小程序中不启用「ES6 转 ES5」选项时加载 SDK 抛异常的问题
5+
16
# 2.0.0 (2017-01-09)
27
### Highlight
38
* **全面支持微信小程序**:包括文件存储在内的所有功能均已支持微信小程序,用户系统还增加了小程序内一键登录的 API。详见 [在微信小程序中使用 LeanCloud](https://leancloud.cn/docs/weapp.html)

package.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": "2.0.0",
3+
"version": "2.0.1",
44
"main": "./dist/node/index.js",
55
"description": "LeanCloud JavaScript SDK.",
66
"repository": {

src/version.js

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

0 commit comments

Comments
 (0)