1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Server v2.6.8

This commit is contained in:
Laurent Cozic 2021-11-11 15:24:21 +00:00
parent dfa5f8b357
commit 72f336a5af
3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.6.7",
"version": "2.6.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.6.7",
"version": "2.6.8",
"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.7",
"version": "2.6.8",
"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,6 +1,6 @@
# Joplin Server Changelog
## [server-v2.6.7](https://github.com/laurent22/joplin/releases/tag/server-v2.6.7) - 2021-11-11T14:43:46Z
## [server-v2.6.8](https://github.com/laurent22/joplin/releases/tag/server-v2.6.8) - 2021-11-11T15:24:05Z
- New: Added command to test a storage connection (c6dec0a)
- New: Added command to migrate content to different storage (005f720)