Skip to content

Commit

Permalink
Merge pull request #97 from reportportal/develop
Browse files Browse the repository at this point in the history
Release 5.0.4
  • Loading branch information
AmsterGet authored Jun 5, 2023
2 parents ad33573 + ceae006 commit 14fecfb
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 45 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Fixed
- [#95](https://github.com/reportportal/agent-js-postman/issues/95) Issue with package installation.
### Changed
- `@reportportal/client-javascript` bumped to version `5.0.11`.

## [5.0.3] - 2023-05-30
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.3
5.0.4-SNAPSHOT
17 changes: 0 additions & 17 deletions index.js

This file was deleted.

49 changes: 24 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@reportportal/newman-reporter-agent-js-postman",
"version": "5.0.3",
"description": "ReportPortal reporter for newman",
"main": "index",
"main": "./lib/index.js",
"author": "ReportPortal.io",
"license": "Apache-2.0",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"lint": "eslint ./lib --quiet --fix"
},
"dependencies": {
"@reportportal/client-javascript": "^5.0.8",
"@reportportal/client-javascript": "^5.0.11",
"lodash": "^4.17.21",
"string_decoder": "^1.3.0"
},
Expand Down

0 comments on commit 14fecfb

Please sign in to comment.