Skip to content

Commit

Permalink
Update changelog before release 5.0.6 (#105)
Browse files Browse the repository at this point in the history
- Bump client-js-version to 5.0.14
- Update GH token in publish.yml
  • Loading branch information
Bam6ycha authored Oct 5, 2023
1 parent f74904c commit 17d4fdd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,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.0.5] - 2023-08-28
### Fixed
Expand Down
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 @@ -11,7 +11,7 @@
"lint": "eslint ./lib --quiet --fix"
},
"dependencies": {
"@reportportal/client-javascript": "^5.0.13",
"@reportportal/client-javascript": "^5.0.14",
"lodash": "^4.17.21",
"string_decoder": "^1.3.0"
},
Expand Down

0 comments on commit 17d4fdd

Please sign in to comment.