1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-29 21:21:15 +02:00

Server v2.6.7

This commit is contained in:
Laurent Cozic 2021-11-11 14:44:06 +00:00
parent c6dec0a045
commit 3cdbd6dd15
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@joplin/server", "name": "@joplin/server",
"version": "2.6.6", "version": "2.6.7",
"private": true, "private": true,
"scripts": { "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", "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 # Joplin Server Changelog
## [server-v2.6.6](https://github.com/laurent22/joplin/releases/tag/server-v2.6.6) - 2021-11-11T14:06:08Z ## [server-v2.6.7](https://github.com/laurent22/joplin/releases/tag/server-v2.6.7) - 2021-11-11T14:43:46Z
- New: Added command to test a storage connection (c6dec0a)
- New: Added command to migrate content to different storage (005f720) - New: Added command to migrate content to different storage (005f720)
## [server-v2.6.5](https://github.com/laurent22/joplin/releases/tag/server-v2.6.5) - 2021-11-10T12:07:50Z ## [server-v2.6.5](https://github.com/laurent22/joplin/releases/tag/server-v2.6.5) - 2021-11-10T12:07:50Z