We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ed1e3 commit 269b333Copy full SHA for 269b333
CHANGELOG.md
@@ -1,4 +1,13 @@
1
2
+
3
+## 0.1.1 (2024-09-19)
4
5
+#### :bug: Bug Fix
6
+* [#25](https://github.com/WasiqB/ultra-report/pull/25) fix: :bug: fixed issue with published package ([@WasiqB](https://github.com/WasiqB))
7
8
+#### Committers: 1
9
+- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
10
11
## 0.1.0 (2024-09-19)
12
13
#### :rocket: New Feature
package.json
@@ -1,7 +1,7 @@
{
"name": "ultra-report",
"description": "📊 Next JS based TestNG reporter",
- "version": "0.1.0",
+ "version": "0.1.1",
"type": "module",
"license": "AGPL-3.0-or-later",
"main": "./dist/index.js",
0 commit comments