1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Server v2.1.3

This commit is contained in:
Laurent Cozic 2021-06-19 15:15:25 +01:00
parent d8752ab889
commit b7b12f9369
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.1.2",
"version": "2.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"scripts": {
"start-dev": "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.1.2-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.1.2-beta) (Pre-release) - 2021-06-19T13:24:50Z
## [server-v2.1.3-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.1.3-beta) (Pre-release) - 2021-06-19T14:15:06Z
- New: Add support for uploading multiple items in one request (3b9c02e)