1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Server v2.2.5

This commit is contained in:
Laurent Cozic 2021-07-03 22:40:48 +01:00
parent e210926340
commit f3359158b9
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.2.4",
"version": "2.2.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.2.4",
"version": "2.2.5",
"private": true,
"scripts": {
"start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@ -1,5 +1,9 @@
# Joplin Server Changelog
## [server-v2.2.5-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.2.5-beta) (Pre-release) - 2021-07-03T21:40:37Z
- Improved: Make app context immutable and derive the per-request context properties from it (e210926)
## [server-v2.2.4-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.2.4-beta) (Pre-release) - 2021-07-03T21:10:29Z
- Fixed: Fixed issue with user sessions being mixed up (238cc86)