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

Server v2.9.5

This commit is contained in:
Laurent Cozic 2022-10-11 11:44:12 +01:00
parent 2c49270f38
commit e660fafb7a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.9.4",
"version": "2.9.5",
"private": true,
"scripts": {
"start-dev": "yarn run build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@ -1,6 +1,6 @@
# Joplin Server Changelog
## [server-v2.9.4](https://github.com/laurent22/joplin/releases/tag/server-v2.9.4) - 2022-10-11T10:07:48Z
## [server-v2.9.5](https://github.com/laurent22/joplin/releases/tag/server-v2.9.5) - 2022-10-11T10:44:01Z
- New: Add support for sidebar in user pages (053dbab)
- Improved: Automatically delete expired sessions (d5dfecc)