mirror of https://github.com/laurent22/joplin.git
parent
047897621a
commit
451b9c0ae9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "joplin",
|
||||
"version": "1.0.129",
|
||||
"version": "1.0.133",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.0.129",
|
||||
"version": "1.0.133",
|
||||
"bin": {
|
||||
"joplin": "./main.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);
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue