Skip to content

Commit e7ddb76

Browse files
committed
Release 1.2.0
1 parent 3a5bb50 commit e7ddb76

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

3+
## v1.2.0
4+
5+
* 升级 JavaScript SDK 到 [leancloud-storage 1.3.0](https://github.com/leancloud/javascript-sdk/releases)
6+
* 支持 Koa,相关文档见 <https://github.com/leancloud/docs/pull/1403>
7+
38
## v1.1.0 (2016-06-23)
49

510
* **可能存在细微不兼容** 升级 JavaScript SDK 到 [leancloud-storage 1.0.0](https://github.com/leancloud/javascript-sdk/releases)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
npm install leanengine --save
1111
```
1212

13-
1.x 版本,推荐新用户使用([升级到云引擎 Node.js SDK 1.0](https://leancloud.cn/docs/leanengine-node-sdk-upgrade-1.html)):
13+
1.x 版本,推荐新用户使用(旧用户请 [升级到云引擎 Node.js SDK 1.0](https://leancloud.cn/docs/leanengine-node-sdk-upgrade-1.html)):
1414

1515
```bash
1616
npm install leanengine@next --save

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leanengine",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "LeanCloud LeanEngine Node.js SDK.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)