From 4bf624dbc98607108f8c3e0929a41ddc457523ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 09:57:58 +0000 Subject: [PATCH] chore(release): 2.5.3 [skip ci] ## [2.5.3](https://github.com/metrics-js/client/compare/v2.5.2...v2.5.3) (2024-07-29) ### Bug Fixes * correct the BaseMetricsOptions value for inc ([#102](https://github.com/metrics-js/client/issues/102)) ([89cb0a8](https://github.com/metrics-js/client/commit/89cb0a88d1e6c468406d9d452b4598036c4d7094)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc20854..4ba4773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.3](https://github.com/metrics-js/client/compare/v2.5.2...v2.5.3) (2024-07-29) + + +### Bug Fixes + +* correct the BaseMetricsOptions value for inc ([#102](https://github.com/metrics-js/client/issues/102)) ([89cb0a8](https://github.com/metrics-js/client/commit/89cb0a88d1e6c468406d9d452b4598036c4d7094)) + # Changelog Notable changes to this project. diff --git a/package.json b/package.json index 37c6815..4a8853d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metrics/client", - "version": "2.5.2", + "version": "2.5.3", "description": "A streaming metric producer. Allows producing counters, gauges, histograms and summaries in a way that is independent of your metrics system.", "main": "lib/client.js", "types": "client.d.ts",