Releases: uniqueck/asciidoctor-jira
Releases · uniqueck/asciidoctor-jira
v4.1.2
4.1.2 (2024-03-05)
Build
- Bump eslint from 8.56.0 to 8.57.0 (74e6d36)
- Bump mocha from 10.2.0 to 10.3.0 (a59de25)
Fix
- Wrong underscore for JIRA_PASSWORD environment variable (072c09f)
Upgrade
- Bump dotenv from 16.4.1 to 16.4.5 (a1f1fa6)
v4.1.1
4.1.1 (2024-02-05)
Fix
- Missing due date should skip issue (08680de)
v4.1.0
4.1.0 (2024-01-28)
Build
- Bump @antora/site-generator-default from 3.1.6 to 3.1.7 (d9ce33d)
- Bump chai from 4.3.10 to 4.4.1 (bf8e265)
- Bump semantic-release from 22.0.12 to 23.0.0 (1288347)
- Bump semantic-release from 22.0.8 to 22.0.12 (a32668a)
- use node 20.x for semantic release (705755e)
New
- introduce JIRA_PAT / ROADMAP_JIRA_PAT for bearer authentication for jira (fixes #170) (aa6ae2a), closes #170
Upgrade
- Bump dotenv from 16.3.1 to 16.4.1 (40d123e)
v4.0.1
4.0.1 (2024-01-03)
Build
- Bump @antora/site-generator-default from 3.1.5 to 3.1.6 (d6c0cbe)
- Bump eslint from 8.54.0 to 8.56.0 (5b494ae)
Fix
- Test adapted so that they run independently of the current year (3014f7c)
v4.0.0
4.0.0 (2023-11-26)
Breaking
- Change default column size for
id
and all other columns and also enable to define custom sizes for each column (fixes #152) (58796f4), closes #152
v3.4.2
3.4.2 (2023-11-24)
Build
- Bump @antora/site-generator-default from 3.1.4 to 3.1.5 (e147882)
- Bump eslint from 8.50.0 to 8.53.0 (d77de1a)
- Bump eslint from 8.53.0 to 8.54.0 (1d5b7ec)
- Bump semantic-release from 22.0.5 to 22.0.7 (9053d73)
- Bump semantic-release from 22.0.7 to 22.0.8 (70a14bf)
Fix
v3.4.1
3.4.1 (2023-10-02)
Chore
Fix
- parent is passed to method not the document object (e5a5609)
v3.4.0
3.4.0 (2023-10-01)
Build
- Bump chai from 4.3.8 to 4.3.10 (f5d0105)
- Bump rimraf from 5.0.4 to 5.0.5 (9f570b7)
Fix
- Only request custom field ids and not all fields (9404c21)
New
- Add roadmap layout options (c869f64)
v3.3.1
3.3.1 (2023-09-26)
Fix
- Jira Base url with defined project key (b86913d)
v3.3.0
3.3.0 (2023-09-26)
Build
- Bump eslint from 8.49.0 to 8.50.0 (812c492)
- Bump rimraf from 5.0.1 to 5.0.4 (af80eb0)
- Bump semantic-release from 22.0.1 to 22.0.5 (30f452c)
New
- Allow different jira instances based on project key (096e81a)