Skip to content

Commit

Permalink
prepare 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 4, 2023
1 parent acf1db5 commit dc4a1f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.0.1
=====

* Add missing `.hasOwnProperty` check when iterating over arrays

5.0.0
=====

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -87,4 +87,4 @@
"events": "^3.3.0",
"protobufjs": "^7.2.5"
}
}
}

0 comments on commit dc4a1f7

Please sign in to comment.