Skip to content

Commit b807072

Browse files
chore(main): release 1.4.0 (#90)
1 parent 8d7eaf3 commit b807072

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.4.0](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/compare/v1.3.1...v1.4.0) (2025-11-26)
9+
10+
11+
### Features
12+
13+
* export pgPoolExporterOptions ([8d7eaf3](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/commit/8d7eaf3f727197988a2c17feecc468f45b9a4a8c))
14+
815
## 1.3.1 (2025-05-18)
916

1017

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.1",
3+
"version": "1.4.0",
44
"description": "A prometheus exporter for node-postgres",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)