1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Server v3.3.7

This commit is contained in:
Laurent Cozic
2025-03-30 12:56:47 +02:00
parent b0c9c4c8ce
commit 611e8df81a
3 changed files with 2 additions and 2 deletions

0
node Normal file
View File

View File

@@ -1,6 +1,6 @@
{ {
"name": "@joplin/server", "name": "@joplin/server",
"version": "3.3.6", "version": "3.3.7",
"private": true, "private": true,
"scripts": { "scripts": {
"start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev", "start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@@ -1,6 +1,6 @@
# Joplin Server Changelog # Joplin Server Changelog
## [server-v3.3.6](https://github.com/laurent22/joplin/releases/tag/server-v3.3.6) - 2025-03-30T10:05:42Z ## [server-v3.3.7](https://github.com/laurent22/joplin/releases/tag/server-v3.3.7) - 2025-03-30T10:56:24Z
- Improved: Buildx support for Docker images (#11582 by [@redrathnure](https://github.com/redrathnure)) - Improved: Buildx support for Docker images (#11582 by [@redrathnure](https://github.com/redrathnure))
- New: Added links to social networks (04fc634) - New: Added links to social networks (04fc634)