Skip to content

v9.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 16:33
55df133

9.0.0 (2026-09-01)

⚠ BREAKING CHANGES

  • Error instances no longer expose .cause() as a callable function. Consumers must access the spec-compliant .cause property instead. Bump @netflix/nerror dependency/override to ^2.0.0 and package version to 9.0.0 accordingly.

Bug Fixes

  • ci: move ci to gha (7e053db)
  • ci: move node 24 to new optional tests (10564a8)
  • include cause in toJSON (f8cb6fb)
  • npm publish workflow (#113) (7e94768)
  • use spec Error.cause property instead of legacy cause() function (#112) (4a6fb33)