mirror of https://github.com/laurent22/joplin.git
parent
975f16d21c
commit
5f02af9724
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@joplin/server",
|
||||
"version": "3.3.3",
|
||||
"version": "3.3.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start-dev": "yarn 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-v3.3.4](https://github.com/laurent22/joplin/releases/tag/server-v3.3.4) - 2025-03-03T22:29:29Z
|
||||
|
||||
- Security: Improve request validation in default route (#11916 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
|
||||
|
||||
## [server-v3.3.3](https://github.com/laurent22/joplin/releases/tag/server-v3.3.3) - 2025-02-23T19:06:59Z
|
||||
|
||||
- Security: Fixed patching user properties (12baa98)
|
||||
|
|
Loading…
Reference in New Issue