From 1bbb677dd866b94a190df7bd6ffc104f5c168cc8 Mon Sep 17 00:00:00 2001 From: meskill <8974488+meskill@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:29:04 +0000 Subject: [PATCH] publish 2.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d07ea95..48a477a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tinkoff/utils", - "version": "2.4.0", + "version": "2.5.0", "author": "Tinkoff team", "scripts": { "build": "tsc && babel ./ts_temp -d build",