Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.0.2...v9.0.0) (2024-11-28)

### Features

* add support for fastify v5 ([25c8184](25c8184))
* update to fastify v5 ([a3b6381](a3b6381)), closes [#726](#726)

### BREAKING CHANGES

* fastify 4 is no longer supported, @fastify/sensible custom
error handling is no longer supported either.
  • Loading branch information
semantic-release-bot committed Nov 28, 2024
1 parent d413b45 commit 8763387
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [9.0.0](https://github.com/immobiliare/fastify-sentry/compare/v8.0.2...v9.0.0) (2024-11-28)


### Features

* add support for fastify v5 ([25c8184](https://github.com/immobiliare/fastify-sentry/commit/25c81841436a5dec27735d8daee07ab48c80ea42))
* update to fastify v5 ([a3b6381](https://github.com/immobiliare/fastify-sentry/commit/a3b6381d4fdb9c13bad5540231b6f33cad67c326)), closes [#726](https://github.com/immobiliare/fastify-sentry/issues/726)


### BREAKING CHANGES

* fastify 4 is no longer supported, @fastify/sensible custom
error handling is no longer supported either.

## [8.0.2](https://github.com/immobiliare/fastify-sentry/compare/v8.0.1...v8.0.2) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immobiliarelabs/fastify-sentry",
"version": "8.0.2",
"version": "9.0.0",
"description": "Simple fastify plugin to integrates Sentry error reporting into your services",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 8763387

Please sign in to comment.