Skip to content

Commit c6a50c4

Browse files
chore(main): release javascript 0.2.11 (#120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37f92bc commit c6a50c4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.10",
2+
"javascript": "0.2.11",
33
"python": "0.7.8"
44
}

javascript/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.2.11](https://github.com/langwatch/scenario/compare/javascript/v0.2.10...javascript/v0.2.11) (2025-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* remove stringify dependency, it's not used and brings a vulnerability ([9038119](https://github.com/langwatch/scenario/commit/9038119ed9142fb078e8ced80b4d9e3fd86a4ed8))
9+
* update lockfile ([37f92bc](https://github.com/langwatch/scenario/commit/37f92bc5fee9cf66c82975f10b42865a301ca00a))
10+
311
## [0.2.10](https://github.com/langwatch/scenario/compare/javascript/v0.2.9...javascript/v0.2.10) (2025-07-30)
412

513

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