Skip to content

Commit 083cd17

Browse files
committed
chore(release): v2.2.1
1 parent 8c4b2c5 commit 083cd17

File tree

4 files changed

+7
-3
lines changed

4 files changed

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

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.1 (2017-04-26)
2+
### Bug Fixes
3+
* 修复了 `User.requestLoginSmsCode``User.requestMobilePhoneVerify``User.requestPasswordResetBySmsCode` 方法 `authOptions.validateToken` 参数的拼写错误。
4+
15
# 2.2.0 (2017-04-25)
26
### Bug Fixes
37
* 修复了 Safari 隐身模式下用户无法登录的问题

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

0 commit comments

Comments
 (0)