File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.11.0 " ,
3+ "version" : " 3.11.1 " ,
44 "homepage" : " https://github.com/leancloud/javascript-sdk" ,
55 "authors" : [" LeanCloud <support@leancloud.rocks>" ],
66 "description" : " LeanCloud JavaScript SDK" ,
Original file line number Diff line number Diff line change 1+ ## 3.11.1 (2018-12-26)
2+
3+ ### Bug fixes
4+
5+ * 修复了在初始化时设置了 serverURLs,但仍然会使用缓存的默认配置的问题。
6+ * 修复了 ` AV.Object#clone ` 与 ` AV.Error ` 的 TypeScript 定义中问题。
7+
18# 3.11.0 (2018-11-08)
29
310### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " leancloud-storage" ,
3- "version" : " 3.11.0 " ,
3+ "version" : " 3.11.1 " ,
44 "main" : " ./dist/node/index.js" ,
55 "description" : " LeanCloud JavaScript SDK." ,
66 "repository" : {
Original file line number Diff line number Diff line change 1- module . exports = '3.11.0 ' ;
1+ module . exports = '3.11.1 ' ;
You can’t perform that action at this time.
0 commit comments