version bump and upate CHANGELOG

merge-requests/341/head v0.8.2
Thomas Lynch 2 years ago
parent 85142e20c6
commit 23d32abd96
  1. 4
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -1,3 +1,7 @@
### 0.8.2
- Migrate to new socket.io redis adapter package.
- Fix issue with pre checking boxes in ban modal conflicting with grid captcha.
### 0.8.1
- Fix incorrectly displaying inactive accounts action settings in global settings.
- Fix captcha gridv2 not appearing in board captcha slot with js enabled.

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{
"name": "jschan",
"version": "0.8.1",
"version": "0.8.2",
"migrateVersion": "0.8.0",
"description": "",
"main": "server.js",

Loading…
Cancel
Save