Skip to content

Commit

Permalink
chore(release): 2.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.3](v2.5.2...v2.5.3) (2024-07-29)

### Bug Fixes

* correct the BaseMetricsOptions value for inc ([#102](#102)) ([89cb0a8](89cb0a8))
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 89cb0a8 commit 4bf624d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4bf624d

Please sign in to comment.