From 3bac6dd0f7ab693d04ca8921562b1a01012255b5 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 8 Apr 2024 07:39:50 +0300 Subject: [PATCH] bump to 5.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f55a23d..5cb3f7ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "centrifuge", - "version": "5.0.2", + "version": "5.1.0", "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",