Skip to content

Commit cd21335

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2022-06-21) ### Bug Fixes * skip getLabel on 404 ([37b6e2e](37b6e2e))
1 parent e7112ea commit cd21335

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/immobiliare/fastify-metrics/compare/v3.0.0...v3.0.1) (2022-06-21)
2+
3+
4+
### Bug Fixes
5+
6+
* skip getLabel on 404 ([37b6e2e](https://github.com/immobiliare/fastify-metrics/commit/37b6e2ece186bf3ccbe9e8147079c69105488f61))
7+
18
# [3.0.0](https://github.com/immobiliare/fastify-metrics/compare/v2.0.2...v3.0.0) (2022-05-10)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immobiliarelabs/fastify-metrics",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A minimalistic and opinionated Fastify plugin that collects metrics and dispatches them to statsd",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)