Skip to content

Commit 8818c11

Browse files
chore(main): release 1.3.1 (#76)
1 parent d2bc3e8 commit 8818c11

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.3.1 (2025-05-18)
9+
10+
11+
### Features
12+
13+
* add support for node coveralls reports ([444bbea](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/444bbea1c1a01f0e5b2848d96cfd8a7ba9156eef))
14+
* add support for node coveralls reports ([4a5565b](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/4a5565b3094a0597e73f5a4acddb8994fe63e040))
15+
* add support to monitor multiple instances of pg-client and pg-pool ([a5c290a](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/a5c290a59fc837c4532458d35b8cf64a0fc93b22))
16+
17+
18+
### Bug Fixes
19+
20+
* only create pool metrics if database and pool metrics are available. ([ad825fb](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/ad825fb7fcaa3f70d386bb7496794190f8628fff))
21+
* wrong entrypoint after migration to single tsconfig file ([0fa0dc4](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/0fa0dc434d2d315ec6156731d79d2f4ee03a77c8))
22+
23+
24+
### Miscellaneous Chores
25+
26+
* release 1.2.0 ([b22bdad](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/b22bdad8436ffbbb37744d18e666b8c850f9b083))
27+
* release 1.3.0 ([417a819](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/417a8196353a5b108ae77c24e98c28babbe58926))
28+
* release 1.3.1 ([d2bc3e8](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/d2bc3e8a460df0b65e0b981e8e85ef63fd94b741))
29+
830
## [1.3.0](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/compare/v1.1.0...v1.3.0) (2024-07-21)
931

1032

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "@christiangalsterer/node-postgres-prometheus-exporter",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A prometheus exporter for node-postgres",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)