Skip to content

Commit abf3bc3

Browse files
author
GitHub Actions Bot
committed
chore(@stream-io/audio-filters-web): release version 0.6.1
1 parent cbd3e43 commit abf3bc3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/audio-filters-web/CHANGELOG.md

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

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

5+
## [0.6.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/audio-filters-web-0.6.0...@stream-io/audio-filters-web-0.6.1) (2025-11-25)
6+
7+
### Bug Fixes
8+
9+
- **noise cancellation:** delay toggling until initialization is finished ([#2014](https://github.com/GetStream/stream-video-js/issues/2014)) ([d28b8ea](https://github.com/GetStream/stream-video-js/commit/d28b8ea282322a25688ff48966b0dc10dd7e60bd))
10+
- **noise cancellation:** delay toggling until initialization is finished ([#2017](https://github.com/GetStream/stream-video-js/issues/2017)) ([cbd3e43](https://github.com/GetStream/stream-video-js/commit/cbd3e437f75979d6babd8ff8b825140d4afbc062))
11+
512
## [0.6.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/audio-filters-web-0.5.0...@stream-io/audio-filters-web-0.6.0) (2025-10-14)
613

714
### Features

packages/audio-filters-web/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/audio-filters-web",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"main": "./dist/index.cjs.js",
55
"module": "./dist/index.es.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)