Skip to content

Commit

Permalink
Server v2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 15, 2023
1 parent 2616c37 commit 544af8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.13.3",
"version": "2.13.4",
"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",
Expand Down
5 changes: 5 additions & 0 deletions readme/about/changelog/server.md
@@ -1,5 +1,10 @@
# Joplin Server Changelog

## [server-v2.13.4](https://github.com/laurent22/joplin/releases/tag/server-v2.13.4) - 2023-11-15T15:30:19Z

- New: Added LDAP authentication (#9150 by Marco Rombach)
- Improved: Updated packages mermaid (v10.5.1), nodemailer (v6.9.7), sass (v1.69.0)

## [server-v2.13.3](https://github.com/laurent22/joplin/releases/tag/server-v2.13.3) - 2023-11-01T16:29:32Z

- Improved: Automatically restarts the server when it crashes, with exponentiel back-off (0c8b475)
Expand Down

0 comments on commit 544af8d

Please sign in to comment.