Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed May 8, 2024
1 parent 85fda82 commit 445e7cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0](https://github.com/christiangalsterer/mongodb-driver-prometheus-exporter/compare/v2.1.0...v2.2.0) (2024-05-08)


### Features

* add support for node coveralls reports ([5d05840](https://github.com/christiangalsterer/mongodb-driver-prometheus-exporter/commit/5d058406ec35d53144bd44a976a5ed2a846dabcd))
* support for multiple instances of exporter, multiple registrations of metrics ([85fda82](https://github.com/christiangalsterer/mongodb-driver-prometheus-exporter/commit/85fda82889a098a357c162a2545cc59eaa9414ce))

## [2.1.0] 2023-11-19

The detailed changelog can be found [here](https://github.com/christiangalsterer/mongodb-driver-prometheus-exporter/compare/v2.0.0...v2.1.0).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@christiangalsterer/mongodb-driver-prometheus-exporter",
"version": "2.1.0",
"version": "2.2.0",
"author": "Christian Galsterer",
"license": "MIT",
"description": "Prometheus exporter to monitor the MongoDB Node.js driver",
Expand Down

0 comments on commit 445e7cb

Please sign in to comment.