Skip to content

Commit 4bf624d

Browse files
chore(release): 2.5.3 [skip ci]
## [2.5.3](v2.5.2...v2.5.3) (2024-07-29) ### Bug Fixes * correct the BaseMetricsOptions value for inc ([#102](#102)) ([89cb0a8](89cb0a8))
1 parent 89cb0a8 commit 4bf624d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.5.3](https://github.com/metrics-js/client/compare/v2.5.2...v2.5.3) (2024-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* correct the BaseMetricsOptions value for inc ([#102](https://github.com/metrics-js/client/issues/102)) ([89cb0a8](https://github.com/metrics-js/client/commit/89cb0a88d1e6c468406d9d452b4598036c4d7094))
7+
18
# Changelog
29

310
Notable changes to this project.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metrics/client",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "A streaming metric producer. Allows producing counters, gauges, histograms and summaries in a way that is independent of your metrics system.",
55
"main": "lib/client.js",
66
"types": "client.d.ts",

0 commit comments

Comments
 (0)