Skip to content

Commit 3725b70

Browse files
chore(main): release javascript 0.2.10 (#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 53f807b commit 3725b70

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"javascript": "0.2.9",
2+
"javascript": "0.2.10",
33
"python": "0.7.8"
44
}

javascript/CHANGELOG.md

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

3+
## [0.2.10](https://github.com/langwatch/scenario/compare/javascript/v0.2.9...javascript/v0.2.10) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* multimodal audio ([#110](https://github.com/langwatch/scenario/issues/110)) ([cc5d767](https://github.com/langwatch/scenario/commit/cc5d76745ff87f2e487c3aa495197802f84e637f))
9+
* send more error info ([#118](https://github.com/langwatch/scenario/issues/118)) ([53f807b](https://github.com/langwatch/scenario/commit/53f807bac831638e27894c75337b533c4382b0d9))
10+
11+
12+
### Bug Fixes
13+
14+
* correctly handle error example ([#117](https://github.com/langwatch/scenario/issues/117)) ([0ddd244](https://github.com/langwatch/scenario/commit/0ddd244c30c0b4c63e55d405d57acd94cbdc91de))
15+
* send message snapshots after new messages ([#116](https://github.com/langwatch/scenario/issues/116)) ([eae6461](https://github.com/langwatch/scenario/commit/eae6461ae7737a8bce3188c71dc3d6b10dd67345))
16+
* stop capturing errors, rethrow for much better debuggability ([#113](https://github.com/langwatch/scenario/issues/113)) ([a300ce4](https://github.com/langwatch/scenario/commit/a300ce470db6894ce20549893ac9ac2f56808e2b))
17+
* update env loading strategy ([#115](https://github.com/langwatch/scenario/issues/115)) ([b657e84](https://github.com/langwatch/scenario/commit/b657e8476d771e5b2d50e03cc7ab3155c40bd1fc))
18+
19+
20+
### Documentation
21+
22+
* examples improvements and language selection ([#114](https://github.com/langwatch/scenario/issues/114)) ([49f6522](https://github.com/langwatch/scenario/commit/49f65229802217504cfc1f613c0016a2beeb96cb))
23+
324
## [0.2.9](https://github.com/langwatch/scenario/compare/javascript/v0.2.8...javascript/v0.2.9) (2025-07-10)
425

526

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langwatch/scenario",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "A TypeScript library for testing AI agents using scenarios",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)