Skip to content

Commit 32637ce

Browse files
chore(main): release js-rouge 3.1.5 (#45)
Co-authored-by: promptfoobot[bot] <245983264+promptfoobot[bot]@users.noreply.github.com>
1 parent 80d6210 commit 32637ce

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.4"
2+
".": "3.1.5"
33
}

CHANGELOG.md

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

3+
## [3.1.5](https://github.com/promptfoo/js-rouge/compare/js-rouge-v3.1.4...js-rouge-v3.1.5) (2025-12-17)
4+
5+
6+
### Bug Fixes
7+
8+
* update repository URLs to match actual repo name ([#44](https://github.com/promptfoo/js-rouge/issues/44)) ([80d6210](https://github.com/promptfoo/js-rouge/commit/80d621059f53db48cc5d3c3dc256abda4a18820d))
9+
310
## [3.1.4](https://github.com/promptfoo/js-rouge/compare/js-rouge-v3.1.3...js-rouge-v3.1.4) (2025-12-17)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-rouge",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "Recall-Oriented Understudy for Gisting Evaluation (ROUGE) Evaluation Functions with TypeScript support",
55
"main": "dist/rouge.js",
66
"module": "dist/rouge.mjs",

0 commit comments

Comments
 (0)