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

Server v2.6.9

This commit is contained in:
Laurent Cozic 2021-11-11 16:38:37 +00:00
parent 4bfb4db5f1
commit 1d035fcb37
3 changed files with 5 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.6.8",
"version": "2.6.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.6.8",
"version": "2.6.9",
"dependencies": {
"@aws-sdk/client-s3": "^3.40.0",
"@fortawesome/fontawesome-free": "^5.15.1",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.6.8",
"version": "2.6.9",
"private": true,
"scripts": {
"start-dev": "npm run build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@ -1,7 +1,8 @@
# Joplin Server Changelog
## [server-v2.6.8](https://github.com/laurent22/joplin/releases/tag/server-v2.6.8) - 2021-11-11T15:24:05Z
## [server-v2.6.9](https://github.com/laurent22/joplin/releases/tag/server-v2.6.9) - 2021-11-11T16:38:00Z
- Improved: Hide more credentials from the log (73137cf)
- New: Added command to test a storage connection (c6dec0a)
- New: Added command to migrate content to different storage (005f720)