mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Server v2.10.1
This commit is contained in:
parent
7829c1e272
commit
c8f7772f1b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@joplin/server",
|
"name": "@joplin/server",
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"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",
|
"start-dev": "yarn run build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
# Joplin Server Changelog
|
# Joplin Server Changelog
|
||||||
|
|
||||||
|
## [server-v2.10.1](https://github.com/laurent22/joplin/releases/tag/server-v2.10.1) - 2022-12-15T22:38:22Z
|
||||||
|
|
||||||
|
- Upgraded packages for performance and security improvements.
|
||||||
|
|
||||||
## [server-v2.9.7](https://github.com/laurent22/joplin/releases/tag/server-v2.9.7) - 2022-11-05T16:51:39Z
|
## [server-v2.9.7](https://github.com/laurent22/joplin/releases/tag/server-v2.9.7) - 2022-11-05T16:51:39Z
|
||||||
|
|
||||||
- Improved: Allow enabling and disabling tasks (1379c9c)
|
- Improved: Allow enabling and disabling tasks (1379c9c)
|
||||||
|
Loading…
Reference in New Issue
Block a user