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

CLI v2.3.2

This commit is contained in:
Laurent Cozic 2021-08-16 10:39:20 +01:00
parent 8c93a89c0a
commit 0aaf888aa5
3 changed files with 9 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "joplin", "name": "joplin",
"version": "2.3.1", "version": "2.3.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "joplin", "name": "joplin",
"version": "2.3.1", "version": "2.3.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"aws-sdk": "^2.588.0", "aws-sdk": "^2.588.0",

View File

@ -32,7 +32,7 @@
], ],
"owner": "Laurent Cozic" "owner": "Laurent Cozic"
}, },
"version": "2.3.1", "version": "2.3.2",
"bin": { "bin": {
"joplin": "./main.js" "joplin": "./main.js"
}, },

View File

@ -1,5 +1,11 @@
# Joplin terminal app changelog # Joplin terminal app changelog
## [cli-v2.3.2](https://github.com/laurent22/joplin/releases/tag/cli-v2.3.2) - 2021-08-16T09:38:40Z
- Improved: Improved E2EE usability by making its state a property of the sync target (#5276)
- Fixed: Bump hightlight.js to v11.2 (#5278) (#5245 by Roman Musin)
- Fixed: Fixed version command so that it does not require the keychain (ca6d8ec)
## [cli-v2.2.2](https://github.com/laurent22/joplin/releases/tag/cli-v2.2.2) - 2021-08-11T15:34:56Z ## [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) - Fixed: Fixed version command so that it does not require the keychain (15766d1)