Skip to content

Commit 5c6dfac

Browse files
chore(main): release javascript 0.2.5 (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b8a685c commit 5c6dfac

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.4",
2+
"javascript": "0.2.5",
33
"python": "0.7.6"
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.5](https://github.com/langwatch/scenario/compare/javascript/v0.2.4...javascript/v0.2.5) (2025-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* cleanup comment ([#76](https://github.com/langwatch/scenario/issues/76)) ([b8a685c](https://github.com/langwatch/scenario/commit/b8a685cc16b93a9fa2f6d753de54ab5444a051a9))
9+
310
## [0.2.4](https://github.com/langwatch/scenario/compare/javascript/v0.2.3...javascript/v0.2.4) (2025-06-26)
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.4",
3+
"version": "0.2.5",
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)