diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json index efcaf9e1d5..b4f0346c7f 100644 --- a/CliClient/package-lock.json +++ b/CliClient/package-lock.json @@ -1,6 +1,6 @@ { "name": "joplin", - "version": "1.0.145", + "version": "1.0.146", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/CliClient/package.json b/CliClient/package.json index c6cb4bad3d..d9bbc37f18 100644 --- a/CliClient/package.json +++ b/CliClient/package.json @@ -20,7 +20,7 @@ ], "owner": "Laurent Cozic" }, - "version": "1.0.145", + "version": "1.0.146", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index cd973f4934..13e1d5785a 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,9 @@ # Joplin terminal app changelog +## [cli-v1.0.146](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.146) - 2019-09-08T19:12:41Z + +- Fixed: Fixed regression that was making installation fail + ## [cli-v1.0.145](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.145) - 2019-09-08T16:23:02Z - New: Added headless server command (Beta) (#1860)