Skip to content

Commit cee11c5

Browse files
chore(main): release 0.7.0
1 parent 2368f47 commit cee11c5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"bump-minor-pre-major": true,
3-
"bump-patch-for-minor-pre-major": true
3+
"bump-patch-for-minor-pre-major": true,
4+
".": "0.7.0"
45
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/GetStream/stream-node/compare/v0.6.6...v0.7.0) (2025-09-16)
4+
5+
6+
### Features
7+
8+
* [FEEDS-767] add feed_visibility methods ([#154](https://github.com/GetStream/stream-node/issues/154)) ([75586d3](https://github.com/GetStream/stream-node/commit/75586d3fea121a74018308456e0c9e45a09ccaf7))
9+
* update to version 193.9.1 ([#151](https://github.com/GetStream/stream-node/issues/151)) ([cde1438](https://github.com/GetStream/stream-node/commit/cde14380153430ed060a49758d11eb9f7eb4d046))
10+
311
## [0.6.6](https://github.com/GetStream/stream-node/compare/v0.6.5...v0.6.6) (2025-09-10)
412

513

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

0 commit comments

Comments
 (0)