Skip to content

Commit f705b55

Browse files
committed
chore(release): v3.6.4
1 parent fb0d433 commit f705b55

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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": "3.6.3",
3+
"version": "3.6.4",
44
"homepage": "https://github.com/leancloud/javascript-sdk",
55
"authors": ["LeanCloud <[email protected]>"],
66
"description": "LeanCloud JavaScript SDK",

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.6.4 (2018-03-30)
2+
3+
### Bug fixes
4+
5+
* 修复了通过 `AV.User.current()` 获得的 User 有时无法正确得到关联对象属性的问题。
6+
17
## 3.6.3 (2018-03-23)
28

39
### Bug fixes

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": "3.6.3",
3+
"version": "3.6.4",
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 = '3.6.3';
1+
module.exports = '3.6.4';

0 commit comments

Comments
 (0)