diff --git a/Tools/build-website.js b/Tools/build-website.js index e5d9f8fd39..66a3455df0 100644 --- a/Tools/build-website.js +++ b/Tools/build-website.js @@ -589,7 +589,7 @@ async function readmeFileTitle(sourcePath) { const r = md.match(/(^|\n)# (.*)/); if (!r) { - throw new Error('Could not determine title for Markdown file: ', sourcePath); + throw new Error(`Could not determine title for Markdown file: ${sourcePath}`); } else { return r[2]; } diff --git a/docs/changelog_cli/index.html b/docs/changelog_cli/index.html index 378bd88bde..b706ef9de0 100644 --- a/docs/changelog_cli/index.html +++ b/docs/changelog_cli/index.html @@ -392,6 +392,22 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog_cli.md

Joplin terminal app changelog🔗

+

cli-v1.3.3 - 2020-10-23T16:00:38Z🔗

+

cli-v1.2.3 - 2020-10-09T11:17:18Z🔗