From dc4a1f761ee193040984cc98439f7850143b8103 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Wed, 4 Oct 2023 19:00:05 +0300 Subject: [PATCH] prepare 5.0.1 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ab210e..672f2a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +5.0.1 +===== + +* Add missing `.hasOwnProperty` check when iterating over arrays + 5.0.0 ===== diff --git a/package.json b/package.json index 734637ff..878e532e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "centrifuge", - "version": "5.0.0", + "version": "5.0.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", @@ -87,4 +87,4 @@ "events": "^3.3.0", "protobufjs": "^7.2.5" } -} +} \ No newline at end of file