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 96884a3 commit 4051d93Copy full SHA for 4051d93
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.6](https://github.com/GetStream/stream-node/compare/v0.2.5...v0.2.6) (2024-06-20)
4
+
5
6
+### Features
7
8
+* implement delete call endpoint ([#45](https://github.com/GetStream/stream-node/issues/45)) ([96884a3](https://github.com/GetStream/stream-node/commit/96884a3ec4da1901dd9f135d6c7ab0111851d5d1))
9
10
## [0.2.5](https://github.com/GetStream/stream-node/compare/v0.2.4...v0.2.5) (2024-06-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@stream-io/node-sdk",
- "version": "0.2.5",
+ "version": "0.2.6",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
0 commit comments