From 4051d9376f088e497ddf4634c67ec51f953db6c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:43:00 +0200 Subject: [PATCH] chore(main): release 0.2.6 (#46) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51dd2f8..cb47e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.6](https://github.com/GetStream/stream-node/compare/v0.2.5...v0.2.6) (2024-06-20) + + +### Features + +* implement delete call endpoint ([#45](https://github.com/GetStream/stream-node/issues/45)) ([96884a3](https://github.com/GetStream/stream-node/commit/96884a3ec4da1901dd9f135d6c7ab0111851d5d1)) + ## [0.2.5](https://github.com/GetStream/stream-node/compare/v0.2.4...v0.2.5) (2024-06-04) diff --git a/package.json b/package.json index 1dafad8..c4e58a4 100644 --- a/package.json +++ b/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",