Skip to content

0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:00
· 56 commits to main since this release
2e37683

Fixed

  • The community store scan no longer warns about control characters in a regular expression
    (no-control-regex). The skill filename sanitiser now strips the C0 range by code point
    instead of by regex range. Behaviour is unchanged and pinned by tests; the local ESLint
    override that had been hiding the warning from us — but never from the store — is gone.