Skip to content

Commit 8d92c9f

Browse files
committed
Bump modify-sitemaps version to fix logging bug (#202)
Updates the `antora-modify-sitemaps` version to fix a bug where the logger was incorrectly invoked, which could sometimes result in errors and warnings not being correctly logged.
1 parent 2eca34a commit 8d92c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"@antora/cli": "^3.0.0",
2323
"@antora/site-generator-default": "^3.0.2",
2424
"@neo4j-antora/antora-add-notes": "^0.1.6",
25-
"@neo4j-antora/antora-modify-sitemaps": "^0.4.3",
26-
"@neo4j-antora/antora-page-roles": "^0.3.0",
27-
"@neo4j-antora/antora-table-footnotes": "^0.3.0",
25+
"@neo4j-antora/antora-modify-sitemaps": "^0.4.4",
26+
"@neo4j-antora/antora-page-roles": "^0.3.1",
27+
"@neo4j-antora/antora-table-footnotes": "^0.3.2",
2828
"@neo4j-documentation/macros": "^1.0.2",
2929
"@neo4j-documentation/remote-include": "^1.0.0"
3030
},

0 commit comments

Comments
 (0)