From e352f48221ef8553df603a408ae16816a03743c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:29:42 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb47e1c..528282c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/GetStream/stream-node/compare/v0.2.6...v0.3.0) (2024-06-28) + + +### ⚠ BREAKING CHANGES + +* update to latest open api ([#42](https://github.com/GetStream/stream-node/issues/42)) + +### Features + +* update to latest open api ([#42](https://github.com/GetStream/stream-node/issues/42)) ([73df541](https://github.com/GetStream/stream-node/commit/73df541301e383cf2fc38538f2d588a07537688a)) + ## [0.2.6](https://github.com/GetStream/stream-node/compare/v0.2.5...v0.2.6) (2024-06-20) diff --git a/package.json b/package.json index c4e58a4..1f495db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/node-sdk", - "version": "0.2.6", + "version": "0.3.0", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js",