Skip to content

Commit

Permalink
Server v2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 28, 2021
1 parent 6c6e2a6 commit 251400c
Show file tree
Hide file tree
Showing 3 changed files with 7 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.5.8",
"version": "2.5.9",
"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
4 changes: 4 additions & 0 deletions readme/changelog_server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Joplin Server Changelog

## [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)

## [server-v2.5.8](https://github.com/laurent22/joplin/releases/tag/server-v2.5.8) - 2021-10-28T16:07:23Z

- New: Added item owner ID, and allow disabling db auto-migrations (b655f27)
Expand Down

0 comments on commit 251400c

Please sign in to comment.