Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 21:50
· 2 commits to main since this release
v0.1.2
cdd1d00

Fixed

  • The container and documentation badges rendered as broken images. Both were
    mis-escaped: shields.io reads a literal hyphen as a field separator, so
    ghcr.io-ni--c%2Fwikijs-mcp-blue splits in the wrong place and the endpoint
    answers 404. The ni--c half was escaped correctly in both, which is what made
    it easy to miss. This release is what carries the fix to the package page —
    a README only reaches npmjs.com with a publish.

  • The issue forms shipped with their template placeholders unresolved. All
    three contact links pointed at github.com/ni-c/{{REPO}}/…, so both "Question
    or discussion" and "Report a vulnerability privately" led to a 404 — the second
    being the one that matters, since the alternative a reporter reaches for is a
    public issue. The forms also asked for a "{{REPO}} version" and a
    "{{TARGET_SYSTEM}} API endpoint"; they now name wikijs-mcp, Wiki.js and its
    GraphQL schema.