Skip to content

Commit f995f71

Browse files
committed
0.4.1
1 parent 4d312d6 commit f995f71

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/leancloud/leanengine-node-sdk/compare/0.4.0...v0.4.1) (2016-05-28)
4+
5+
### Bug Fixes
6+
7+
* 云函数的 user 对象固定从 header 中获取 ([9eb2eee](https://github.com/leancloud/leanengine-node-sdk/commit/9eb2eee)): 防止请求时在 body 中伪造 user 信息,提高安全性。
8+
39
## v0.4.0 (2016/02/01)
410

511
### 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": "leanengine",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "LeanCloud LeanEngine Node.js SDK.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)