Skip to content

Commit

Permalink
chore(release): 7.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.1.0](v7.0.1...v7.1.0) (2023-08-31)

### Features

* **config:** support skipping sentry init ([725c081](725c081))
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent 7b1af25 commit 5ed5f85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [7.1.0](https://github.com/immobiliare/fastify-sentry/compare/v7.0.1...v7.1.0) (2023-08-31)


### Features

* **config:** support skipping sentry init ([725c081](https://github.com/immobiliare/fastify-sentry/commit/725c081465dc66a7a346b41754168c0505a8b11f))

## [7.0.1](https://github.com/immobiliare/fastify-sentry/compare/v7.0.0...v7.0.1) (2023-08-28)


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": "7.0.1",
"version": "7.1.0",
"description": "Simple fastify plugin to integrates Sentry error reporting into your services",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 5ed5f85

Please sign in to comment.