We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ee7ad commit ed9ea08Copy full SHA for ed9ea08
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## 更新日志
2
3
+### v0.1.2 (2015/05/29)
4
+
5
+* [999472b](https://github.com/leancloud/leanengine-node-sdk/commit/999472b8220c534ab96ac77406056e898ff4dcde) Bugfix: 简单跨域请求没有设置 Access-Control-Allow-Origin
6
+* [425cf2a](https://github.com/leancloud/leanengine-node-sdk/commit/425cf2a4669f1de1a1cf66304ac9180ce21a43b9) Bugfix: AV.Cloud.run 方法返回一个 promise
7
8
### v0.1.1 (2015/05/28)
9
10
* [#2](https://github.com/leancloud/leanengine-node-sdk/pull/2) 增加 Hook: BigQuery job on complete
package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
0 commit comments