Skip to content

Commit f262522

Browse files
author
Ryan
committed
chore(release): 2.1.5
1 parent 4a2d9e3 commit f262522

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.1.5](https://github.com/shm-open/code-push-server/compare/v2.1.4...v2.1.5) (2022-04-26)
6+
57
### [2.1.4](https://github.com/shm-open/code-push-server/compare/v2.1.3...v2.1.4) (2022-04-26)
68

79

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shm-open/code-push-server",
33
"description": "CodePush service is hotupdate services which adapter react-native-code-push and cordova-plugin-code-push",
4-
"version": "2.1.4",
4+
"version": "2.1.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -36,8 +36,7 @@
3636
"release-docker": "make release-docker",
3737
"test": "make test",
3838
"coverage": "make coverage",
39-
"lint": "eslint src",
40-
"build-prd": "REDIS_PASSWORD=ryan@0623!redis RDS_PASSWORD=12345678 npm run release"
39+
"lint": "eslint src"
4140
},
4241
"dependencies": {
4342
"aliyun-oss-upload-stream": "1.3.0",

0 commit comments

Comments
 (0)