1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Server v2.9.3

This commit is contained in:
Laurent Cozic 2022-10-11 10:42:53 +01:00
parent 37ebd21cb3
commit 0b69ae371c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.9.2",
"version": "2.9.3",
"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.2](https://github.com/laurent22/joplin/releases/tag/server-v2.9.2) - 2022-10-10T10:59:36Z
## [server-v2.9.3](https://github.com/laurent22/joplin/releases/tag/server-v2.9.3) - 2022-10-11T09:42:40Z
- New: Add support for sidebar in user pages (053dbab)
- Improved: Automatically delete expired sessions (d5dfecc)