Skip to content

Commit afdcc0f

Browse files
chore(main): release 0.8.2
1 parent 5ed3f5b commit afdcc0f

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.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.8.1"
2+
".": "0.8.2"
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.8.2](https://github.com/GetStream/stream-node/compare/v0.8.1...v0.8.2) (2026-08-21)
4+
5+
6+
### Features
7+
8+
* feed counts endpoint ([#335](https://github.com/GetStream/stream-node/issues/335)) ([cd55e36](https://github.com/GetStream/stream-node/commit/cd55e36bb548ca928eccc0a8f2bca30f985062d7))
9+
10+
11+
### Bug Fixes
12+
13+
* JSON-encode object fields in multipart request bodies ([#337](https://github.com/GetStream/stream-node/issues/337)) ([5ed3f5b](https://github.com/GetStream/stream-node/commit/5ed3f5b6ef627fdb1497bb6fbf669db213c31b0e))
14+
315
## [0.8.1](https://github.com/GetStream/stream-node/compare/v0.8.0...v0.8.1) (2026-08-18)
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.8.1",
3+
"version": "0.8.2",
44
"description": "",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)