Skip to content

Commit

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

### Bug Fixes

* don't allow controller to be declared on options ([6924ffa](6924ffa)), closes [#2279](#2279)
  • Loading branch information
GitHub committed Jun 6, 2024
1 parent 6924ffa commit 4dfcf88
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 @@
## [6.0.1](https://github.com/willsoto/nestjs-prometheus/compare/v6.0.0...v6.0.1) (2024-06-06)


### Bug Fixes

* don't allow controller to be declared on options ([6924ffa](https://github.com/willsoto/nestjs-prometheus/commit/6924ffa79f3bac84255263659c7d1c253fc9dfa2)), closes [#2279](https://github.com/willsoto/nestjs-prometheus/issues/2279)

# [6.0.0](https://github.com/willsoto/nestjs-prometheus/compare/v5.5.1...v6.0.0) (2023-10-10)


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": "@willsoto/nestjs-prometheus",
"version": "6.0.0",
"version": "6.0.1",
"description": "NestJS module for Prometheus",
"repository": "git://github.com/willsoto/nestjs-prometheus.git",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4dfcf88

Please sign in to comment.