v0.2.1
A maintenance release. Nothing you have built changes, and no workflow needs republishing.
Fixed
Delivery group errors say what went wrong. Configuring Delivery Group Key on a project without the feature used to fail on publish with {"level":"info","handled":true,...} in front of the actual reason, which reads like a broken node rather than a feature you have to ask for. It now says Delivery groups are not enabled for this organization. The field's description now tells you delivery groups are an early access feature before you hit that, rather than after.
Changed
Both nodes are easier to find in the nodes panel. They are filed under Communication as well as Development, and they now carry search aliases — searching webhook, event, ingest, reverse proxy, queue, retry or replay finds them, and the trigger also answers to tunnel and localhost.
Housekeeping
version in package.json tracks what is on npm again. It read 0.1.0 while npm served 0.2.0, because the publish workflow took the version from the release tag rather than from the repository — so no commit recorded the version anyone was installing. Releases now bump package.json before the release exists, and the workflow refuses a tag that disagrees with it.
Full Changelog: v0.2.0...v0.2.1