Changelog
Release notes for @hooksentinel/core live on GitHub Releases and in CHANGELOG.md.
Release notes are maintained alongside the source, not duplicated here, so they never drift out of sync with what actually shipped.
- GitHub Releases: github.com/muhammad-afan/hooksentinel/releases — every published version, with the diff against the previous tag.
- CHANGELOG.md: github.com/muhammad-afan/hooksentinel/blob/main/CHANGELOG.md — the same history in Keep a Changelog format, viewable without leaving the repo.
@hooksentinel/core follows Semantic Versioning. A new provider or framework adapter is a minor bump; a fix to a signature verification edge case is a patch; anything that changes the shape of WebhookHandlerConfig or an event type is a major bump, called out explicitly in the release notes with a migration note.
To watch for new releases, use GitHub's "Watch → Custom → Releases" on the repository, or subscribe to the Atom feed at github.com/muhammad-afan/hooksentinel/releases.atom.
Last updated on