CLI v1.0.146

pull/1865/head cli-v1.0.146
Laurent Cozic 2019-09-08 20:12:49 +01:00
parent 694c3fed2d
commit bb0bf46f81
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

@ -1,5 +1,9 @@
# Joplin terminal app changelog
## [cli-v1.0.146](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.146) - 2019-09-08T19:12:41Z
- Fixed: Fixed regression that was making installation fail
## [cli-v1.0.145](https://github.com/laurent22/joplin/releases/tag/cli-v1.0.145) - 2019-09-08T16:23:02Z
- New: Added headless server command (Beta) (#1860)