Skip to content

Commit 269b333

Browse files
committed
chore: release v0.1.1
1 parent c8ed1e3 commit 269b333

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

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+
211
## 0.1.0 (2024-09-19)
312

413
#### :rocket: New Feature

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ultra-report",
33
"description": "📊 Next JS based TestNG reporter",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"license": "AGPL-3.0-or-later",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)