Server v2.10.9

pull/7752/head server-v2.10.9
Laurent Cozic 2023-02-09 19:43:09 +00:00
parent 107f2e128e
commit 1f70357d37
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.10.8",
"version": "2.10.9",
"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,5 +1,9 @@
# Joplin Server Changelog
## [server-v2.10.9](https://github.com/laurent22/joplin/releases/tag/server-v2.10.9) - 2023-02-09T19:43:03Z
- Improved: Clean up share logic (107f2e1)
## [server-v2.10.8](https://github.com/laurent22/joplin/releases/tag/server-v2.10.8) - 2023-02-09T18:24:27Z
- Fixed: Fixed sharing issue when a user no longer has a user item associated with their account (293f621)