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

Server v2.5.10

This commit is contained in:
Laurent Cozic 2021-11-02 14:46:52 +00:00
parent b80242dbcf
commit 57b8aa1789
3 changed files with 8 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.5.9",
"version": "2.5.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.5.9",
"version": "2.5.10",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@koa/cors": "^3.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.5.9",
"version": "2.5.10",
"private": true,
"scripts": {
"start-dev": "npm run build && 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.5.10](https://github.com/laurent22/joplin/releases/tag/server-v2.5.10) - 2021-11-02T14:45:54Z
- New: Add unique constraint on name and owner ID of items table (f7a18ba)
- Fixed: Fixed issue that could cause server to return empty items in some rare cases (99ea4b7)
## [server-v2.5.9](https://github.com/laurent22/joplin/releases/tag/server-v2.5.9) - 2021-10-28T19:43:41Z
- Improved: Remove session expiration for now (4a2af32)