Skip to content

Commit d3f4acf

Browse files
author
reportportal.io
committed
Merge branch 'master' into develop
2 parents 976f0ad + b54b361 commit d3f4acf

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
## [5.1.1] - 2024-11-01
13
### Fixed
24
- Race condition when many suites run in parallel. Resolves [#147](https://github.com/reportportal/agent-js-jest/issues/147). Thanks to [@tristanzander](https://github.com/tristanzander).
35

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1-SNAPSHOT
1+
5.1.1

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@reportportal/agent-js-jest",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A Jest reporter that uploads test results to ReportPortal",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)