1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +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", "name": "joplin",
"version": "1.0.133", "version": "1.0.135",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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

View File

@ -1,6 +1,6 @@
# Joplin terminal app changelog # 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: Added option to disable creation of welcome items
- New: Support for note history (#1415) (#712) - New: Support for note history (#1415) (#712)