Skip to content

Commit 633059e

Browse files
chore(main): release javascript 0.2.13 (#126)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rogério Chaves <rogeriochaves@users.noreply.github.com>
1 parent f5a6269 commit 633059e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.12",
2+
"javascript": "0.2.13",
33
"python": "0.7.9"
44
}

javascript/CHANGELOG.md

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

3+
## [0.2.13](https://github.com/langwatch/scenario/compare/javascript/v0.2.12...javascript/v0.2.13) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* open browser automatically on langwatch page for following scenario runs + improve console output to be less over the top + ksuid instead of uuids ([#122](https://github.com/langwatch/scenario/issues/122)) ([9216833](https://github.com/langwatch/scenario/commit/9216833c30db79b0e5a9ae29a16e481e30165353))
9+
310
## [0.2.12](https://github.com/langwatch/scenario/compare/javascript/v0.2.11...javascript/v0.2.12) (2025-08-01)
411

512

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