Skip to content

Commit e0df984

Browse files
chore(release): 2.5.5 [skip ci]
## [2.5.5](v2.5.4...v2.5.5) (2025-06-26) ### Bug Fixes * **deps:** update dependency @types/readable-stream to v4.0.21 ([#125](#125)) ([f13a8d5](f13a8d5))
1 parent f13a8d5 commit e0df984

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
@@ -1,3 +1,10 @@
1+
## [2.5.5](https://github.com/metrics-js/client/compare/v2.5.4...v2.5.5) (2025-06-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @types/readable-stream to v4.0.21 ([#125](https://github.com/metrics-js/client/issues/125)) ([f13a8d5](https://github.com/metrics-js/client/commit/f13a8d5bb4e03bb302e4251879a8de0d3a9cbc01))
7+
18
## [2.5.4](https://github.com/metrics-js/client/compare/v2.5.3...v2.5.4) (2024-11-13)
29

310

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": "@metrics/client",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
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)