Skip to content

Commit

Permalink
release: qase-javascript-commons 2.0.11
Browse files Browse the repository at this point in the history
Bump the version of the package and update the changelog
  • Loading branch information
gibiw committed Jun 21, 2024
1 parent 8badc84 commit 02e5393
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions qase-javascript-commons/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [email protected]

## What's new

- Improved logging for better debugging and error reporting.

- Show the link to the test run in the console output when the test is failed.

```text
[INFO] qase: See why this test failed: https://app.qase.io/run/DEMO/dashboard/123?status=%5B2%5D&search=5%20-%206%20=%20-2
```

# [email protected]

## What's new
Expand Down
2 changes: 1 addition & 1 deletion qase-javascript-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qase-javascript-commons",
"version": "2.0.10",
"version": "2.0.11",
"description": "Qase JS Reporters",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 02e5393

Please sign in to comment.