Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Oct 6, 2024
1 parent 206581f commit 047f0aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultra-reporter-app",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 047f0aa

Please sign in to comment.