Server v2.7.2

pull/5933/head
Laurent Cozic 2021-12-29 12:21:20 +01:00
parent b47a541976
commit 9426a2170c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.7.1",
"version": "2.7.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",

View File

@ -1,6 +1,6 @@
# Joplin Server Changelog
## [server-v2.7.1](https://github.com/laurent22/joplin/releases/tag/server-v2.7.1) - 2021-12-29T09:50:46Z
## [server-v2.7.2](https://github.com/laurent22/joplin/releases/tag/server-v2.7.2) - 2021-12-29T11:21:04Z
- Improved: Allow deleting complete user data (#5824)
- Improved: Changed ID length from 32 to 22 characters (e9ce3d1)