Skip to content

Commit 196042e

Browse files
author
GitHub Actions Bot
committed
chore(@stream-io/feeds-client): release version 0.3.17
1 parent f327974 commit 196042e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/feeds-client/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [0.3.17](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.16...@stream-io/feeds-client-0.3.17) (2025-12-08)
6+
7+
8+
### Features
9+
10+
* idempotent follow - getOrCreateFollows ([#183](https://github.com/GetStream/stream-feeds-js/issues/183)) ([f327974](https://github.com/GetStream/stream-feeds-js/commit/f3279748d938add84c245bc21e71a73d92a6973b))
11+
* use new ownBatch endpoint (this is an internal endpoint) ([#181](https://github.com/GetStream/stream-feeds-js/issues/181)) ([f9dca65](https://github.com/GetStream/stream-feeds-js/commit/f9dca65cfa164e3da60ac3dc0ddecbd8b38770e2))
12+
13+
14+
### Bug Fixes
15+
16+
* remove anon login, it won't be supported for now ([#185](https://github.com/GetStream/stream-feeds-js/issues/185)) ([d9230ba](https://github.com/GetStream/stream-feeds-js/commit/d9230bafff5ebf7d0a8cb598585896a02b23048a))
17+
518
## [0.3.16](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.15...@stream-io/feeds-client-0.3.16) (2025-12-03)
619

720

packages/feeds-client/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/feeds-client",
3-
"version": "0.3.16",
3+
"version": "0.3.17",
44
"packageManager": "[email protected]",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.mjs",

0 commit comments

Comments
 (0)