Skip to content

Commit 52a1ff4

Browse files
chore(main): release 0.2.4 (#41)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 483d4c4 commit 52a1ff4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/GetStream/stream-node/compare/v0.2.3...v0.2.4) (2024-05-30)
4+
5+
6+
### Bug Fixes
7+
8+
* iat can be in the future ([#40](https://github.com/GetStream/stream-node/issues/40)) ([483d4c4](https://github.com/GetStream/stream-node/commit/483d4c4b01e313520a872fb91d906b2d8144b581))
9+
310
## [0.2.3](https://github.com/GetStream/stream-node/compare/v0.2.2...v0.2.3) (2024-05-23)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stream-io/node-sdk",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)