This release addresses the community plugin review feedback for 5.0.0;
it contains no functional changes beyond those fixes.
- Fixes community plugin review errors by removing all disallowed
eslint-disable directives (obsidianmd/ui/sentence-case,
@typescript-eslint/no-explicit-any, and
@typescript-eslint/no-misused-promises suppressions). - Updates the /mcp/ route to forward handler rejections to the API's
error-handling middleware instead of leaving them unhandled. - Updates json-logic-js and glob-to-regexp to standard ESM imports,
removing the require()-style imports flagged by the plugin review. - Fixes the documentation deploy workflow by installing npm
dependencies before building.