Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.1...v7.0.0) (2024-11-29)

### Features

* switch to fastify v5 ([8a73762](8a73762))

### BREAKING CHANGES

* fastify 4 is not supported anymore and minumum required Node.js version is 20.
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent 349d5ff commit 47a52ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0](https://github.com/immobiliare/fastify-metrics/compare/v6.0.1...v7.0.0) (2024-11-29)


### Features

* switch to fastify v5 ([8a73762](https://github.com/immobiliare/fastify-metrics/commit/8a7376287db84107051ed87d4a6b431bbdbc7ab0))


### BREAKING CHANGES

* fastify 4 is not supported anymore and minumum required Node.js version is 20.

## [6.0.1](https://github.com/immobiliare/fastify-metrics/compare/v6.0.0...v6.0.1) (2024-06-04)


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-metrics",
"version": "6.0.1",
"version": "7.0.0",
"description": "A minimalistic and opinionated Fastify plugin that collects metrics and dispatches them to statsd",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 47a52ca

Please sign in to comment.