Skip to content

Commit bfb2e44

Browse files
committed
Update changelog
1 parent b5797d2 commit bfb2e44

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Fixed
2+
- Fix test name collisions. Resolves [#153](https://github.com/reportportal/agent-js-jest/issues/153), [#155](https://github.com/reportportal/agent-js-jest/issues/155), [#147](https://github.com/reportportal/agent-js-jest/issues/147).
3+
- `ReportingApi.attachment` error with `sendLog` method.
14

25
## [5.1.2] - 2025-01-30
36
### Fixed

package-lock.json

Lines changed: 5 additions & 5 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
@@ -26,7 +26,7 @@
2626
"strip-ansi": "^6.0.1"
2727
},
2828
"devDependencies": {
29-
"@types/jest": "^29.5.12",
29+
"@types/jest": "^29.5.14",
3030
"jest": "^29.7.0",
3131
"eslint": "^8.57.0",
3232
"eslint-config-airbnb-base": "^15.0.0",

0 commit comments

Comments
 (0)