Skip to content

Commit

Permalink
Merge pull request #122 from reportportal/develop
Browse files Browse the repository at this point in the history
Release 5.1.4
  • Loading branch information
AmsterGet authored Oct 5, 2023
2 parents 6de9436 + 777b639 commit ce69e14
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
npm config list
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Changed
- `@reportportal/client-javascript` bumped to version `5.0.14`.

## [5.1.3] - 2023-09-07
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.3
5.1.4-SNAPSHOT
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@reportportal/client-javascript": "^5.0.13",
"@reportportal/client-javascript": "^5.0.14",
"strip-ansi": "6.0.1"
},
"files": [
Expand Down

0 comments on commit ce69e14

Please sign in to comment.