diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..63b86fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ + +## 0.2.0 (2024-10-06) + +#### :rocket: New Feature +* [#41](https://github.com/WasiqB/ultra-reporter-app/pull/41) feat: :sparkles: added skeleton when results page loading ([@WasiqB](https://github.com/WasiqB)) +* [#40](https://github.com/WasiqB/ultra-reporter-app/pull/40) feat: :sparkles: added google analytics ([@WasiqB](https://github.com/WasiqB)) +* [#38](https://github.com/WasiqB/ultra-reporter-app/pull/38) feat: :sparkles: added give feedback button on results page ([@WasiqB](https://github.com/WasiqB)) +* [#33](https://github.com/WasiqB/ultra-reporter-app/pull/33) feat: :sparkles: added test params related changes ([@WasiqB](https://github.com/WasiqB)) +* [#30](https://github.com/WasiqB/ultra-reporter-app/pull/30) feat: :sparkles: added groups column for the tests ([@WasiqB](https://github.com/WasiqB)) + +#### :bug: Bug Fix +* [#37](https://github.com/WasiqB/ultra-reporter-app/pull/37) fix: :bug: fixed date time formatting issue ([@WasiqB](https://github.com/WasiqB)) + +#### Committers: 1 +- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) + diff --git a/package.json b/package.json index 65f3799..2a8d74f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultra-reporter-app", - "version": "0.1.0", + "version": "0.2.0", "private": true, "scripts": { "dev": "next dev",