File tree Expand file tree Collapse file tree 6 files changed +6239
-63
lines changed Expand file tree Collapse file tree 6 files changed +6239
-63
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ on: [push]
4
4
5
5
jobs :
6
6
build :
7
-
8
- runs-on : ubuntu-latest
7
+ runs-on : self-hosted
9
8
10
9
strategy :
11
10
max-parallel : 1
12
11
matrix :
13
- node-version : [12 .x, 14 .x]
12
+ node-version : [16 .x, 18 .x]
14
13
15
14
steps :
16
15
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ on: workflow_dispatch
3
3
4
4
jobs :
5
5
publish :
6
- runs-on : ubuntu-latest
6
+ runs-on : self-hosted
7
7
steps :
8
8
- name : Checkout sources
9
9
uses : actions/checkout@v2
10
- - name : Use Node.js 14
10
+ - name : Use Node.js 16
11
11
uses : actions/setup-node@v2
12
12
with :
13
- node-version : 14
13
+ node-version : 16
14
14
registry-url : https://registry.npmjs.org/
15
15
- name : Install dependencies
16
16
run : npm ci
Original file line number Diff line number Diff line change 1
1
# Jira.js changelog
2
2
3
+ ### 2.15.5
4
+
5
+ Version 3: maxContentLength was increased for attachments upload. Thanks to [ RealBuddy] ( https://github.com/RealBuddy ) for reporting the issue.
6
+
3
7
### 2.15.4
4
8
5
9
- Version 2, 3:
21
25
### 2.15.0
22
26
23
27
- Version 3: addWorklog and updateWorklog comment field type fixed. Thanks to [ RealBuddy] ( https://github.com/RealBuddy ) for reporting the issue.
24
- - Version 3 : maxContentLength was increased for attachments upload. Thanks to [ RealBuddy] ( https://github.com/RealBuddy ) for reporting the issue.
28
+ - Version 2 : maxContentLength was increased for attachments upload. Thanks to [ RealBuddy] ( https://github.com/RealBuddy ) for reporting the issue.
25
29
- Version 2, Version 3:
26
30
- ` uiModificationsApps ` API added.
27
31
- ` query ` property added to ` getProjectsForIssueTypeScreenScheme ` method ` IssueTypeScreenSchemes ` API.
You can’t perform that action at this time.
0 commit comments