We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257870c commit 6196f4aCopy full SHA for 6196f4a
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 更新日志
2
3
+## 3.5.0
4
+
5
+- 添加对 Android Key 的支持。
6
7
## 3.4.0
8
9
- `Cloud.define` 添加一个 `internal` 选项。
CONTRIBUTING.md
@@ -4,7 +4,7 @@
- 再次运行测试(`npm test`)
- 修改 CHANGELOG、根据 [semver](https://semver.org/) 修改 `package.json` 中的版本号
- 提交上述改动,`git commit -m '🔖Prepare 3.x.x'`
-- `git tag 3.x.x`
+- `git tag v3.x.x`
- `npm publish`(需先加入 [@leancloud](https://www.npmjs.com/org/leancloud))
- `git push --tags`
10
- 在 [GitHub 的 releases](https://github.com/leancloud/leanengine-node-sdk/releases) 创建 Release,并填入 CHANGELOG 中的内容
package.json
@@ -1,6 +1,6 @@
{
"name": "leanengine",
- "version": "3.4.0",
+ "version": "3.5.0",
"description": "LeanCloud LeanEngine Node.js SDK.",
"repository": {
"type": "git",
0 commit comments