Skip to content

Commit 6196f4a

Browse files
committed
🔖 Prepare 3.5.0
1 parent 257870c commit 6196f4a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 3.5.0
4+
5+
- 添加对 Android Key 的支持。
6+
37
## 3.4.0
48

59
- `Cloud.define` 添加一个 `internal` 选项。

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- 再次运行测试(`npm test`
55
- 修改 CHANGELOG、根据 [semver](https://semver.org/) 修改 `package.json` 中的版本号
66
- 提交上述改动,`git commit -m '🔖Prepare 3.x.x'`
7-
- `git tag 3.x.x`
7+
- `git tag v3.x.x`
88
- `npm publish`(需先加入 [@leancloud](https://www.npmjs.com/org/leancloud)
99
- `git push --tags`
1010
-[GitHub 的 releases](https://github.com/leancloud/leanengine-node-sdk/releases) 创建 Release,并填入 CHANGELOG 中的内容

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

0 commit comments

Comments
 (0)