Skip to content

Commit f2b839e

Browse files
chore(main): release 1.1.0 (#18)
1 parent f8b4aa9 commit f2b839e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.1.0](https://github.com/christiangalsterer/node-postgres-prometheus-exporter/compare/v1.0.0...v1.1.0) (2024-04-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+
816
## [1.0.0] 2024-01-18
917

1018
### Added

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

0 commit comments

Comments
 (0)