Skip to content

Commit 5070b69

Browse files
chore(main): release javascript 0.3.0 (#127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d2ca68 commit 5070b69

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.13",
2+
"javascript": "0.3.0",
33
"python": "0.7.9"
44
}

javascript/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/langwatch/scenario/compare/javascript/v0.2.13...javascript/v0.3.0) (2025-08-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to vercel ai sdk v5 ([#128](https://github.com/langwatch/scenario/issues/128))
9+
10+
### Features
11+
12+
* upgrade to vercel ai sdk v5 ([#128](https://github.com/langwatch/scenario/issues/128)) ([7d2ca68](https://github.com/langwatch/scenario/commit/7d2ca68d6b224f4c917da7dc632fc32adc8d4104))
13+
14+
15+
### Bug Fixes
16+
17+
* open only one browser window and print only one watch/greeting message if running in multiple workers ([a4d5a52](https://github.com/langwatch/scenario/commit/a4d5a522c4533412002a0471467be685a6cdf10f))
18+
* show green/red colors only if there really are any success/failures to be less confusing ([34e82f9](https://github.com/langwatch/scenario/commit/34e82f9dc672f37307e649b435693342a3a47326))
19+
320
## [0.2.13](https://github.com/langwatch/scenario/compare/javascript/v0.2.12...javascript/v0.2.13) (2025-08-29)
421

522

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.13",
3+
"version": "0.3.0",
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)