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

Server v2.3.7

This commit is contained in:
Laurent Cozic 2021-08-13 22:20:21 +01:00
parent 30a23ea118
commit 6ae5ccb638
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.3.6",
"version": "2.3.7",
"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.7-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.3.7-beta) (Pre-release) - 2021-08-13T21:20:17Z
- Fixed: Fix migrations (a9961ae)
## [server-v2.3.6-beta](https://github.com/laurent22/joplin/releases/tag/server-v2.3.6-beta) (Pre-release) - 2021-08-13T20:59:41Z
- Fixed: Fix migrations (f518549)