diff --git a/CHANGELOG.md b/CHANGELOG.md index d5825ee..4f9892d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ + +## 0.1.2 (2024-09-19) + +#### :bug: Bug Fix +* [#26](https://github.com/WasiqB/ultra-report/pull/26) fix: 🐛 fixed issue with published package ([@WasiqB](https://github.com/WasiqB)) + +#### Committers: 1 +- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) + ## 0.1.1 (2024-09-19) #### :bug: Bug Fix diff --git a/package.json b/package.json index 9b8d4c3..7c895f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ultra-report", "description": "📊 Next JS based TestNG reporter", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "license": "AGPL-3.0-or-later", "main": "./dist/index.js",