From a6706cd6d37f2c24f1fad4721b098248273c8acd Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Thu, 19 Jan 2023 22:00:28 +1100 Subject: [PATCH] version bump, update CHANGELOG & package*.json --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66fccd8a..10dc8681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.11.2 + - Convert the assets page form handling to the newer checkSchema code. + - Don't show the "Edit" option in the post dropdowns for public pages. + - Bugfix "my permission" page not displaying correctly and board staff permission editing not applying. + - Improve required parent permission display to show "requires X" in the tooltip of disabled checkboxes. + ### 0.11.1 - Bugfix non logged in users not able to use actions because of an issue in move post logic (thanks @some_random_guy). - Bugfix editing posts from the actions form (not the new dropdown "Edit" button) always redirecting to OP. diff --git a/package-lock.json b/package-lock.json index 78c3de61..e4310f36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jschan", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jschan", - "version": "0.11.1", + "version": "0.11.2", "license": "AGPL-3.0-only", "dependencies": { "@fatchan/express-fileupload": "^1.4.2", diff --git a/package.json b/package.json index 0c309aab..3f05f7e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jschan", - "version": "0.11.1", + "version": "0.11.2", "migrateVersion": "0.11.0", "description": "", "main": "server.js",