From ab1a07496e1c1965c842b6c5e607fcbd9ef3a597 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Tue, 9 Apr 2024 18:52:16 +0300 Subject: [PATCH] bump to 5.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cb3f7ae..7098e754 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "centrifuge", - "version": "5.1.0", + "version": "5.1.1", "description": "JavaScript client SDK for bidirectional communication with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native", "main": "build/index.js", "types": "build/index.d.ts",