1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

CLI v1.0.135

This commit is contained in:
Laurent Cozic 2019-05-13 23:59:27 +01:00
parent 451b9c0ae9
commit 5c069c38f5
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# Joplin terminal app changelog
## [cli-v1.0.133](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.133) - 2019-05-13T22:55:40Z
## [cli-v1.0.135](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.135) - 2019-05-13T22:59:14Z
- New: Added option to disable creation of welcome items
- New: Support for note history (#1415) (#712)