Skip to content

Commit

Permalink
Merge branch 'release-2.5' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 2, 2021
2 parents b5d792c + 57b8aa1 commit 08ee2b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions readme/changelog_server.md
@@ -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)
Expand Down

0 comments on commit 08ee2b2

Please sign in to comment.