Skip to content

Commit 2361405

Browse files
committed
Merge branch 'master' of https://github.com/shm-open/code-push-server into shm-open-master
2 parents e786005 + 3b70736 commit 2361405

File tree

7 files changed

+141
-168
lines changed

7 files changed

+141
-168
lines changed

.eslintrc.js

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,3 @@
11
module.exports = {
22
extends: ['@shm-open/eslint-config-bundle'],
3-
rules: {
4-
'@typescript-eslint/naming-convention': [
5-
'error',
6-
{
7-
selector: 'default',
8-
format: ['camelCase', 'PascalCase', 'UPPER_CASE', 'snake_case'],
9-
leadingUnderscore: 'allowSingleOrDouble',
10-
},
11-
{
12-
selector: 'variable',
13-
modifiers: ['destructured'],
14-
format: null,
15-
},
16-
{
17-
selector: [
18-
'classProperty',
19-
'objectLiteralProperty',
20-
'typeProperty',
21-
'classMethod',
22-
'objectLiteralMethod',
23-
'typeMethod',
24-
'accessor',
25-
'enumMember',
26-
],
27-
modifiers: ['requiresQuotes'],
28-
format: null,
29-
},
30-
{
31-
selector: 'enum',
32-
format: ['PascalCase'],
33-
},
34-
{
35-
selector: 'enumMember',
36-
format: ['UPPER_CASE'],
37-
},
38-
{
39-
selector: 'variableLike',
40-
format: ['camelCase', 'PascalCase'],
41-
leadingUnderscore: 'allow',
42-
},
43-
{
44-
selector: 'variable',
45-
modifiers: ['const'],
46-
format: ['camelCase', 'PascalCase', 'UPPER_CASE'],
47-
},
48-
{
49-
selector: 'typeLike',
50-
format: ['PascalCase'],
51-
},
52-
{
53-
selector: 'objectLiteralProperty',
54-
format: ['camelCase', 'snake_case', 'UPPER_CASE', 'PascalCase'],
55-
},
56-
],
57-
},
583
};

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jobs:
3838
- run: npm ci
3939
- run: npm run build --if-present
4040
- run: npm test
41+
- run: npm run lint --if-present

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.2](https://github.com/shm-open/code-push-server/compare/v2.1.1...v2.1.2) (2022-03-25)
6+
7+
8+
### Bug Fixes
9+
10+
* change password success prompts localized message ([21c987a](https://github.com/shm-open/code-push-server/commit/21c987ad1e9e72a888965f42cb808294c4701477))
11+
* **deps:** update dependency aws-sdk to v2.1100.0 ([56f32d2](https://github.com/shm-open/code-push-server/commit/56f32d24d8f381abc33b69f3354b24401d7945dc))
12+
* refactor views, improve/simplify the auth workflows ([f1e3e2a](https://github.com/shm-open/code-push-server/commit/f1e3e2ac2b6fbca003d56d8217793b7d346e04b6))
13+
* zip file creation of diff release ([4bb074b](https://github.com/shm-open/code-push-server/commit/4bb074b3ad5f334ac7457e287035ae073fd59f2e))
14+
515
### [2.1.1](https://github.com/shm-open/code-push-server/compare/v2.1.0...v2.1.1) (2022-03-23)
616

717

0 commit comments

Comments
 (0)