mirror of https://github.com/laurent22/joplin.git
parent
694c3fed2d
commit
bb0bf46f81
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "joplin",
|
||||
"version": "1.0.145",
|
||||
"version": "1.0.146",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
],
|
||||
"owner": "Laurent Cozic"
|
||||
},
|
||||
"version": "1.0.145",
|
||||
"version": "1.0.146",
|
||||
"bin": {
|
||||
"joplin": "./main.js"
|
||||
},
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue