1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Server v2.6.10

This commit is contained in:
Laurent Cozic 2021-11-13 12:48:36 +00:00
parent 7605ebd3ec
commit 61df69f609
3 changed files with 8 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.6.9",
"version": "2.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.6.9",
"version": "2.6.10",
"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.9",
"version": "2.6.10",
"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,5 +1,10 @@
# Joplin Server Changelog
## [server-v2.6.10](https://github.com/laurent22/joplin/releases/tag/server-v2.6.10) - 2021-11-13T12:47:53Z
- Improved: Improved storage migration error handling, and improved storage test units (5a41d80)
- Improved: Rename "ReadOnly" mode to "ReadAndClear" to avoid any confusion (5cd4537)
## [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)