Skip to content

Commit 4a2d9e3

Browse files
author
Ryan
committed
chore(release): 2.1.4
1 parent f453039 commit 4a2d9e3

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.4](https://github.com/shm-open/code-push-server/compare/v2.1.3...v2.1.4) (2022-04-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency aws-sdk to v2.1121.0 ([f59e9ae](https://github.com/shm-open/code-push-server/commit/f59e9ae1d2605b2f5938fc6e8dde6c8e3a20711f))
11+
* **deps:** update dependency cos-nodejs-sdk-v5 to v2.11.7 ([d74aa2a](https://github.com/shm-open/code-push-server/commit/d74aa2a43670971e8eac227412931ddc9f39a91a))
12+
* **deps:** update dependency express to v4.18.0 ([9b2fee3](https://github.com/shm-open/code-push-server/commit/9b2fee3cf87a79ad7d26bf7e342d70efb21af273))
13+
* **deps:** update dependency fs-extra to v10.1.0 ([2699a4a](https://github.com/shm-open/code-push-server/commit/2699a4a6f2cf77d917a8cce5a0eac348149efa1a))
14+
* **deps:** update dependency moment to v2.29.3 ([b9af976](https://github.com/shm-open/code-push-server/commit/b9af976fcd701aa3d1645c8b82f50932c4fb414c))
15+
* **deps:** update dependency qiniu to v7.5.0 ([f9068c2](https://github.com/shm-open/code-push-server/commit/f9068c2dcc4e83aec9820b05b21262fe859f88d6))
16+
* **deps:** update dependency sequelize to v6.19.0 ([d447d42](https://github.com/shm-open/code-push-server/commit/d447d4258ec22ac367041a58599a2d803cf4d090))
17+
* **deps:** update dependency yargs to v17.4.1 ([5431b62](https://github.com/shm-open/code-push-server/commit/5431b624a2b7b0d72a1dd79365c690c536b2b708))
18+
519
### [2.1.3](https://github.com/shm-open/code-push-server/compare/v2.1.2...v2.1.3) (2022-04-07)
620

721

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: 3 additions & 2 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.3",
4+
"version": "2.1.4",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -36,7 +36,8 @@
3636
"release-docker": "make release-docker",
3737
"test": "make test",
3838
"coverage": "make coverage",
39-
"lint": "eslint src"
39+
"lint": "eslint src",
40+
"build-prd": "REDIS_PASSWORD=ryan@0623!redis RDS_PASSWORD=12345678 npm run release"
4041
},
4142
"dependencies": {
4243
"aliyun-oss-upload-stream": "1.3.0",

0 commit comments

Comments
 (0)