Skip to content

Commit

Permalink
Server v3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Mar 3, 2025
1 parent 975f16d commit 5f02af9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions readme/about/changelog/server.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5f02af9

Please sign in to comment.