Skip to content

Commit a293ee6

Browse files
author
reportportal.io
committed
Merge branch 'master' into develop
2 parents 4070b07 + b716a14 commit a293ee6

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.2.0] - 2024-09-17
13
### Changed
24
- **Breaking change** Drop support of Node.js 12. The version [5.1.4](https://github.com/reportportal/client-javascript/releases/tag/v5.1.4) is the latest that supports it.
35
- The client now creates an instance of the `axios` HTTP client in the constructor.

VERSION

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

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/client-javascript",
3-
"version": "5.1.4",
3+
"version": "5.2.0",
44
"description": "ReportPortal client for Node.js",
55
"author": "ReportPortal.io",
66
"scripts": {

0 commit comments

Comments
 (0)