CLI v1.0.133

pull/1524/head cli-v1.0.133
Laurent Cozic 2019-05-13 23:55:53 +01:00
parent 047897621a
commit 451b9c0ae9
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "joplin",
"version": "1.0.129",
"version": "1.0.133",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -20,7 +20,7 @@
],
"owner": "Laurent Cozic"
},
"version": "1.0.129",
"version": "1.0.133",
"bin": {
"joplin": "./main.js"
},

View File

@ -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);

View File

@ -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)