diff --git a/packages/app-cli/package-lock.json b/packages/app-cli/package-lock.json index 0c45748011..620f4e6470 100644 --- a/packages/app-cli/package-lock.json +++ b/packages/app-cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "joplin", - "version": "2.3.1", + "version": "2.3.2", "license": "MIT", "dependencies": { "aws-sdk": "^2.588.0", diff --git a/packages/app-cli/package.json b/packages/app-cli/package.json index 72d38aa5b1..3603d83b95 100644 --- a/packages/app-cli/package.json +++ b/packages/app-cli/package.json @@ -32,7 +32,7 @@ ], "owner": "Laurent Cozic" }, - "version": "2.3.1", + "version": "2.3.2", "bin": { "joplin": "./main.js" }, diff --git a/readme/changelog_cli.md b/readme/changelog_cli.md index c4b511542d..80ee4c633d 100644 --- a/readme/changelog_cli.md +++ b/readme/changelog_cli.md @@ -1,5 +1,11 @@ # 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 - Fixed: Fixed version command so that it does not require the keychain (15766d1)