Skip to content

Commit

Permalink
Server v2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 19, 2023
1 parent d92032e commit 21f9189
Show file tree
Hide file tree
Showing 2 changed files with 7 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": "2.13.1",
"version": "2.13.2",
"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
6 changes: 6 additions & 0 deletions readme/changelog_server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Joplin Server Changelog

## [server-v2.13.2](https://github.com/laurent22/joplin/releases/tag/server-v2.13.2) - 2023-10-19T19:49:44Z

- Improved: Significantly improve sync performances, especially when there are many changes (5986710)
- Improved: Updated packages compare-versions (v6.1.0), dayjs (v1.11.10), follow-redirects (v1.15.3), glob (v10.3.6), katex (v0.16.8), markdown-it (v13.0.2), node-mocks-http (v1.13.0), nodemailer (v6.9.5), nodemon (v3.0.1), react, sass (v1.66.1), sharp (v0.32.6), sprintf-js (v1.1.3), tar (v6.2.0), uuid (v9.0.1)
- Fixed: Fixed publishing logo (01f37df)

## [server-v2.13.1](https://github.com/laurent22/joplin/releases/tag/server-v2.13.1) - 2023-09-20T15:15:32Z

- New: Add Joplin Server and Joplin Cloud favicons (1b00445)
Expand Down

0 comments on commit 21f9189

Please sign in to comment.