Skip to content

Commit

Permalink
prepare 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Apr 1, 2023
1 parent 6a0610b commit 0b25e68
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 @@
3.1.1
=====

* Fix missing connInfo and chanInfo in presence data, see [#220](https://github.com/centrifugal/centrifuge-js/issues/220)

3.1.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": "3.1.0",
"version": "3.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",
Expand Down Expand Up @@ -66,4 +66,4 @@
"events": "^3.3.0",
"protobufjs": "^6.11.3"
}
}
}

0 comments on commit 0b25e68

Please sign in to comment.