update CHANGELOG

update package/lock
indiachan-spamvector
Thomas Lynch 2 years ago
parent ef3c38bf55
commit 4c1a38c960
  1. 4
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,7 @@
### 0.5.3
- Visual bugfix to custom flag saving.
- Make "Manage" navbar link go to the current page in modview, instead of defaulting to reports page.
### 0.5.2
- Fix regression in remarkup of posts during moving, deleting, cyclic threads, etc due to permissions.
- Small internal change to how dicerolls are processed.

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "jschan",
"version": "0.5.2",
"version": "0.5.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "jschan",
"version": "0.5.2",
"version": "0.5.3",
"license": "AGPL-3.0-only",
"dependencies": {
"@fatchan/express-fileupload": "^1.3.1",

@ -1,6 +1,6 @@
{
"name": "jschan",
"version": "0.5.2",
"version": "0.5.3",
"migrateVersion": "0.5.0",
"description": "",
"main": "server.js",

Loading…
Cancel
Save