diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json index d004bbcf5..1c7cef4f3 100644 --- a/CliClient/package-lock.json +++ b/CliClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/CliClient/package.json b/CliClient/package.json index 27bc0062d..4ac30b5f7 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -28,7 +28,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.2.1", + "version": "1.2.2", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index 68198d9e8..722c7cf1d 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,11 @@ # Joplin terminal app changelog +## [cli-v1.2.2](https://github.com/laurent22/joplin/releases/tag/cli-v1.2.2) - 2020-09-29T11:33:53Z + +- Fixed: Fixed crash due to missing spellfix extension +- Fixed: Fixed link generation when exporting to PDF or HTML (#3780) +- Fixed: Improved handling of special characters when exporting to Markdown (#3760) + ## [cli-v1.2.1](https://github.com/laurent22/joplin/releases/tag/cli-v1.2.1) - 2020-09-23T11:15:12Z - Fixed: Fixed crash due to missing spellfix extension