Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.1...v4.1.0) (2024-01-28)

### Build

* Bump @antora/site-generator-default from 3.1.6 to 3.1.7 ([d9ce33d](d9ce33d))
* Bump chai from 4.3.10 to 4.4.1 ([bf8e265](bf8e265))
* Bump semantic-release from 22.0.12 to 23.0.0 ([1288347](1288347))
* Bump semantic-release from 22.0.8 to 22.0.12 ([a32668a](a32668a))
* use node 20.x for semantic release ([705755e](705755e))

### New

* introduce JIRA_PAT / ROADMAP_JIRA_PAT for bearer authentication for jira (fixes #170) ([aa6ae2a](aa6ae2a)), closes [#170](#170)

### Upgrade

* Bump dotenv from 16.3.1 to 16.4.1 ([40d123e](40d123e))
  • Loading branch information
semantic-release-bot committed Jan 28, 2024
1 parent 705755e commit b0fbf9f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [4.1.0](https://github.com/uniqueck/asciidoctor-jira/compare/v4.0.1...v4.1.0) (2024-01-28)


### Build

* Bump @antora/site-generator-default from 3.1.6 to 3.1.7 ([d9ce33d](https://github.com/uniqueck/asciidoctor-jira/commit/d9ce33d97cca9df7bea5c5f5f29bd891d42b8199))
* Bump chai from 4.3.10 to 4.4.1 ([bf8e265](https://github.com/uniqueck/asciidoctor-jira/commit/bf8e265e24a85259eebe617281cc51f98f4e2a7f))
* Bump semantic-release from 22.0.12 to 23.0.0 ([1288347](https://github.com/uniqueck/asciidoctor-jira/commit/1288347fda4c520b1e9bac319346aee5b0eef6b1))
* Bump semantic-release from 22.0.8 to 22.0.12 ([a32668a](https://github.com/uniqueck/asciidoctor-jira/commit/a32668a4aa2e1bf42fc088c798e654e0881f70ed))
* use node 20.x for semantic release ([705755e](https://github.com/uniqueck/asciidoctor-jira/commit/705755ee923a49badae26f8ff3824dabd336a9ba))

### New

* introduce JIRA_PAT / ROADMAP_JIRA_PAT for bearer authentication for jira (fixes #170) ([aa6ae2a](https://github.com/uniqueck/asciidoctor-jira/commit/aa6ae2a048610ed9f172f8271d51aad179bcadb2)), closes [#170](https://github.com/uniqueck/asciidoctor-jira/issues/170)

### Upgrade

* Bump dotenv from 16.3.1 to 16.4.1 ([40d123e](https://github.com/uniqueck/asciidoctor-jira/commit/40d123e0b0d561a84d90c4c0ee842b6b81042c0e))

## [4.0.1](https://github.com/uniqueck/asciidoctor-jira/compare/v4.0.0...v4.0.1) (2024-01-03)


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": "4.0.1",
"version": "4.1.0",
"bugs": {
"url": "https://github.com/doctoolchain/asciidoctor-jira/issues"
},
Expand Down

0 comments on commit b0fbf9f

Please sign in to comment.