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

Server v2.6.2

This commit is contained in:
Laurent Cozic 2021-11-03 12:55:01 +00:00
parent 030b18d7c7
commit a65c424233
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.6.1",
"version": "2.6.2",
"private": true,
"scripts": {
"start-dev": "npm run build && 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.6.1](https://github.com/laurent22/joplin/releases/tag/server-v2.6.1) - 2021-11-03T12:27:13Z
## [server-v2.6.2](https://github.com/laurent22/joplin/releases/tag/server-v2.6.2) - 2021-11-03T12:54:38Z
- New: Add support for faster built-in sync locks (#5662)
- Improved: Improved env variable handling to make it self documenting and enforce type checking (b5d792c)