Skip to content

Commit a259f3b

Browse files
chore(main): release 0.7.4 (#171)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a30b855 commit a259f3b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.3"
2+
".": "0.7.4"
33
}

CHANGELOG.md

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

3+
## [0.7.4](https://github.com/GetStream/stream-node/compare/v0.7.3...v0.7.4) (2025-10-02)
4+
5+
6+
### Features
7+
8+
* stories feed implementation ([#170](https://github.com/GetStream/stream-node/issues/170)) ([ca75fb5](https://github.com/GetStream/stream-node/commit/ca75fb5706fe1ed49df6f21c921e67059612579d))
9+
10+
11+
### Bug Fixes
12+
13+
* removed expiration from stories config ([#172](https://github.com/GetStream/stream-node/issues/172)) ([a30b855](https://github.com/GetStream/stream-node/commit/a30b855f37335396fd24ff53c99225b955abbc73))
14+
315
## [0.7.3](https://github.com/GetStream/stream-node/compare/v0.7.2...v0.7.3) (2025-09-30)
416

517

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.7.3",
3+
"version": "0.7.4",
44
"description": "",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)