1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

Server v2.10.8

This commit is contained in:
Laurent Cozic 2023-02-09 18:24:30 +00:00
parent 293f621e46
commit e1cd8d9b85
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.10.7",
"version": "2.10.8",
"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.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)
## [server-v2.10.7](https://github.com/laurent22/joplin/releases/tag/server-v2.10.7) - 2023-02-09T15:57:31Z
- Fixed: Fixed sharing issue for changes that are associated with deleted items (05c17fb)