Skip to content

Commit c9972c0

Browse files
committed
chore(main): release 3.1.0
1 parent 1b85e2d commit c9972c0

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-
".": "3.0.0"
2+
".": "3.1.0"
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+
## [3.1.0](https://github.com/zirkelc/ai-stream-utils/compare/v3.0.0...v3.1.0) (2026-07-10)
4+
5+
6+
### Features
7+
8+
* accept async callbacks in filter, map and on ([e8e1dbf](https://github.com/zirkelc/ai-stream-utils/commit/e8e1dbfd05eea663e6db1d870afd51b49c9658a2))
9+
10+
11+
### Bug Fixes
12+
13+
* **examples:** observe the tool by its declared name ([38e5ea2](https://github.com/zirkelc/ai-stream-utils/commit/38e5ea2e58d7c32ffdc65a6fac3bbe336b472cfa))
14+
315
## [3.0.0](https://github.com/zirkelc/ai-stream-utils/compare/v2.3.0...v3.0.0) (2026-07-09)
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": "ai-stream-utils",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "AI SDK: Filter and transform UI messages while streaming to the client",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)