We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c3ec9 commit 73d1cedCopy full SHA for 73d1ced
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.3](https://github.com/GetStream/stream-node/compare/v0.2.2...v0.2.3) (2024-05-23)
4
+
5
6
+### Features
7
8
+* add call stats query endpoints ([#37](https://github.com/GetStream/stream-node/issues/37)) ([f2c3ec9](https://github.com/GetStream/stream-node/commit/f2c3ec981bc42c4741cf23cffe571eef68b345af))
9
10
## [0.2.2](https://github.com/GetStream/stream-node/compare/v0.2.1...v0.2.2) (2024-05-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@stream-io/node-sdk",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
0 commit comments