Skip to content

Commit a869d3d

Browse files
committed
Cut 3.2.2
1 parent 0b29e4b commit a869d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21903,7 +21903,7 @@ async function main() {
2190321903
pageTitle,
2190421904
currentParentPageId
2190521905
);
21906-
markdownToHtml(root + path, async (err, data) => {
21906+
markdownToHtml(newRoot + path, async (err, data) => {
2190721907
if(err) {
2190821908
console.log(err);
2190921909
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "confluence-docs-as-code",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)