Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.4.0](v3.3.1...v3.4.0) (2023-10-01)

### Build

* Bump chai from 4.3.8 to 4.3.10 ([f5d0105](f5d0105))
* Bump rimraf from 5.0.4 to 5.0.5 ([9f570b7](9f570b7))

### Fix

* Only request custom field ids and not all fields ([9404c21](9404c21))

### New

* Add roadmap layout options ([c869f64](c869f64))
  • Loading branch information
semantic-release-bot committed Oct 1, 2023
1 parent 9404c21 commit 1aa01e8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.4.0](https://github.com/uniqueck/asciidoctor-jira/compare/v3.3.1...v3.4.0) (2023-10-01)


### Build

* Bump chai from 4.3.8 to 4.3.10 ([f5d0105](https://github.com/uniqueck/asciidoctor-jira/commit/f5d0105cfff2f2d7f4ddeff8669d176d06d4ec71))
* Bump rimraf from 5.0.4 to 5.0.5 ([9f570b7](https://github.com/uniqueck/asciidoctor-jira/commit/9f570b7fc15ff970213ddac087b8311272c2dd44))

### Fix

* Only request custom field ids and not all fields ([9404c21](https://github.com/uniqueck/asciidoctor-jira/commit/9404c217227e4e6ddb989c2253edb56361a3007b))

### New

* Add roadmap layout options ([c869f64](https://github.com/uniqueck/asciidoctor-jira/commit/c869f64887bd45fe4f3fb47b51738314351a8ea3))

## [3.3.1](https://github.com/uniqueck/asciidoctor-jira/compare/v3.3.0...v3.3.1) (2023-09-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "asciidoctor-jira",
"author": "Constantin Krüger (https://github.com/uniqueck)",
"license": "MIT",
"version": "3.3.1",
"version": "3.4.0",
"bugs": {
"url": "https://github.com/doctoolchain/asciidoctor-jira/issues"
},
Expand Down

0 comments on commit 1aa01e8

Please sign in to comment.