mirror of https://github.com/laurent22/joplin.git
parent
9ae2f07bd3
commit
252d65ebe1
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "joplin",
|
"name": "joplin",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
],
|
],
|
||||||
"owner": "Laurent Cozic"
|
"owner": "Laurent Cozic"
|
||||||
},
|
},
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"bin": {
|
"bin": {
|
||||||
"joplin": "./main.js"
|
"joplin": "./main.js"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Joplin terminal app changelog
|
# Joplin terminal app changelog
|
||||||
|
|
||||||
|
## [cli-v2.2.2](https://github.com/laurent22/joplin/releases/tag/cli-v2.2.2) - 2021-08-11T15:34:56Z
|
||||||
|
|
||||||
|
- Fixed: Fixed version command so that it does not require the keychain (15766d1)
|
||||||
|
|
||||||
## [cli-v2.2.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.2.1) - 2021-08-10T10:21:09Z
|
## [cli-v2.2.1](https://github.com/laurent22/joplin/releases/tag/cli-v2.2.1) - 2021-08-10T10:21:09Z
|
||||||
|
|
||||||
- Improved: Ensure that timestamps are not changed when sharing or unsharing a note (cafaa9c)
|
- Improved: Ensure that timestamps are not changed when sharing or unsharing a note (cafaa9c)
|
||||||
|
|
Loading…
Reference in New Issue