Skip to content

v11.0.1 Fix type and path traversal bug

Choose a tag to compare

@github-actions github-actions released this 28 May 04:12
Immutable release. Only release title and notes can be modified.
51b7af2

What's Changed

We've fixes 2 trivial bugs.

  1. Make body in setRichMenuImage required by @github-actions[bot] in #1582
    • body as richmenu image was nullable but actually it's required.
  2. Prevent path traversal by @Yang-33 in #1630
    • malicious input is no longer accepted.

And we support Node.js 26, and drop Node.js 20 Support because it was EOL: https://nodejs.org/ja/about/eol

  • Add Node.js 26 support and Drop Node.js 20 support by @Yang-33 in #1600

Dependency updates

Other Changes

Full Changelog: v11.0.0...v11.0.1


This release is prepared by @Yang-33