Server v2.5.2

pull/5550/head server-v2.5.2
Laurent Cozic 2021-10-07 14:37:10 +01:00
parent 3ef4994486
commit 6de42d84a5
3 changed files with 9 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@joplin/server",
"version": "2.5.1",
"version": "2.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@joplin/server",
"version": "2.5.1",
"version": "2.5.2",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@joplin/lib": "~2.4",

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.5.1",
"version": "2.5.2",
"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,11 @@
# Joplin Server Changelog
## [server-v2.5.2](https://github.com/laurent22/joplin/releases/tag/server-v2.5.2) - 2021-10-07T13:36:27Z
- New: Add support for promotion codes (5b58811)
- Improved: Sort flags by date (31efc9b)
- Fixed: Fixed links in published notes (#5507)
## [server-v2.5.1](https://github.com/laurent22/joplin/releases/tag/server-v2.5.1) - 2021-09-29T15:52:34Z
- New: Add support for events and use them to track background tasks (79d1ad7)