mirror of https://github.com/laurent22/joplin.git
parent
107f2e128e
commit
1f70357d37
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue