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 68d8c0d commit 2d81816Copy full SHA for 2d81816
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.5](https://github.com/GetStream/stream-node/compare/v0.2.4...v0.2.5) (2024-06-04)
4
+
5
6
+### Features
7
8
+* session timers ([#43](https://github.com/GetStream/stream-node/issues/43)) ([68d8c0d](https://github.com/GetStream/stream-node/commit/68d8c0d1348fc12ccca07446ac69606b01f859d9))
9
10
## [0.2.4](https://github.com/GetStream/stream-node/compare/v0.2.3...v0.2.4) (2024-05-30)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@stream-io/node-sdk",
- "version": "0.2.4",
+ "version": "0.2.5",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
0 commit comments