Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.5.1...v6.0.0) (2023-10-10)

### Features

* support prom-client v15 ([cd62351](cd62351))

### BREAKING CHANGES

* dropped support for clients less than v15

Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
GitHub committed Oct 10, 2023
1 parent cd62351 commit 3dc530e
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 @@
# [6.0.0](https://github.com/willsoto/nestjs-prometheus/compare/v5.5.1...v6.0.0) (2023-10-10)


### Features

* support prom-client v15 ([cd62351](https://github.com/willsoto/nestjs-prometheus/commit/cd62351247255121b3f690f1c4072ac2dbddab8a))


### BREAKING CHANGES

* dropped support for clients less than v15

Signed-off-by: Will Soto <willsoto@users.noreply.github.com>

## [5.5.1](https://github.com/willsoto/nestjs-prometheus/compare/v5.5.0...v5.5.1) (2023-09-23)


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

0 comments on commit 3dc530e

Please sign in to comment.