Skip to content

Commit e938e24

Browse files
chore(release): 2.5.4 [skip ci]
## [2.5.4](v2.5.3...v2.5.4) (2024-11-13) ### Bug Fixes * include types/readable-stream as a dependency ([#111](#111)) ([7a4f9d4](7a4f9d4))
1 parent 7a4f9d4 commit e938e24

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.4](https://github.com/metrics-js/client/compare/v2.5.3...v2.5.4) (2024-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* include types/readable-stream as a dependency ([#111](https://github.com/metrics-js/client/issues/111)) ([7a4f9d4](https://github.com/metrics-js/client/commit/7a4f9d46701819d204a6d310d82aa5d084eff1d5))
7+
18
## [2.5.3](https://github.com/metrics-js/client/compare/v2.5.2...v2.5.3) (2024-07-29)
29

310

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.3",
3+
"version": "2.5.4",
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)