Skip to content

Commit

Permalink
Server v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 23, 2021
1 parent 56454f4 commit 46a4ed0
Show file tree
Hide file tree
Showing 3 changed files with 8 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "2.5.2",
"version": "2.5.3",
"private": true,
"scripts": {
"start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
Expand Down
5 changes: 5 additions & 0 deletions readme/changelog_server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Joplin Server Changelog

## [server-v2.5.3](https://github.com/laurent22/joplin/releases/tag/server-v2.5.3) - 2021-10-23T17:23:23Z

- New: Added tool to delete old changes (169b585)
- Fixed: Fixed issue when a notebook is shared, then unshared, then shared again (47fc51e)

## [server-v2.5.2](https://github.com/laurent22/joplin/releases/tag/server-v2.5.2) - 2021-10-07T13:36:27Z

- New: Add support for promotion codes (5b58811)
Expand Down

0 comments on commit 46a4ed0

Please sign in to comment.