From 62b9833cf7f503829ad22e1aa9dd5999d8cdc500 Mon Sep 17 00:00:00 2001 From: leftieFriele Date: Tue, 19 Sep 2023 15:14:18 +0200 Subject: [PATCH] 2.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aee4e40..8fe32fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metrics/client", - "version": "2.5.1", + "version": "2.5.2", "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",