diff --git a/CliClient/package-lock.json b/CliClient/package-lock.json
index 7513e10db1..1565959200 100644
--- a/CliClient/package-lock.json
+++ b/CliClient/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "joplin",
-  "version": "1.0.129",
+  "version": "1.0.133",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/CliClient/package.json b/CliClient/package.json
index 9b3e843572..ca4407e29f 100644
--- a/CliClient/package.json
+++ b/CliClient/package.json
@@ -20,7 +20,7 @@
     ],
     "owner": "Laurent Cozic"
   },
-  "version": "1.0.129",
+  "version": "1.0.133",
   "bin": {
     "joplin": "./main.js"
   },
diff --git a/Tools/release-cli.js b/Tools/release-cli.js
index bd080ff675..3d63de0ccb 100644
--- a/Tools/release-cli.js
+++ b/Tools/release-cli.js
@@ -74,7 +74,7 @@ async function main() {
 
 	await execCommand('npm publish');
 
-	const changelog = await execCommand('node ../Tools/git-changelog ' + changelogFrom);
+	const changelog = await execCommand('node ' + rootDir + '/Tools/git-changelog ' + changelogFrom);
 
 	const newChangelog = await insertChangelog(newTag, changelog);
 
diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md
index 1a2fc96549..da8f34bb18 100644
--- a/readme/changelog_cli.md
+++ b/readme/changelog_cli.md
@@ -1,6 +1,6 @@
 # Joplin terminal app changelog
 
-## [cli-v1.0.129](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.129) - 2019-05-13T22:17:20Z
+## [cli-v1.0.133](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.133) - 2019-05-13T22:55:40Z
 
 - New: Added option to disable creation of welcome items
 - New: Support for note history (#1415) (#712)