Skip to content

Commit

Permalink
Server v2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 11, 2021
1 parent 005f720 commit 4879edc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.6.5",
"version": "2.6.6",
"private": true,
"scripts": {
"start-dev": "npm run build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
Expand Down
4 changes: 4 additions & 0 deletions readme/changelog_server.md
@@ -1,5 +1,9 @@
# Joplin Server Changelog

## [server-v2.6.6](https://github.com/laurent22/joplin/releases/tag/server-v2.6.6) - 2021-11-11T14:06:08Z

- New: Added command to migrate content to different storage (005f720)

## [server-v2.6.5](https://github.com/laurent22/joplin/releases/tag/server-v2.6.5) - 2021-11-10T12:07:50Z

- Improved: Allow storing item content in database, filesystem or S3 (depending on config) (#5602)
Expand Down

0 comments on commit 4879edc

Please sign in to comment.