1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Server v2.3.5

This commit is contained in:
Laurent Cozic 2021-08-13 19:01:31 +01:00
parent 32c8cc9030
commit d0ffc03ccc
3 changed files with 7 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.3.4",
"version": "2.3.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.3.4",
"version": "2.3.5",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@koa/cors": "^3.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.3.4",
"version": "2.3.5",
"private": true,
"scripts": {
"start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@ -1,5 +1,9 @@
# Joplin Server Changelog
## [server-v2.3.5-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.3.5-beta) (Pre-release) - 2021-08-13T18:01:20Z
- Fixed: Fixed pagination link styling (d42d181)
## [server-v2.3.4-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.3.4-beta) (Pre-release) - 2021-08-13T16:56:17Z
- Improved: Allow setting email key to prevent the same email to be sent multiple times (391204c)