Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ohdearapp/health-check-report
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 19, 2021
2 parents 44f46ba + 5d4df39 commit 4d0b9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to `health-check-report` will be documented in this file.

## 1.0.0 - 202X-XX-XX
## 0.0.1 - 2021-11-19

- initial release
- experimental release
2 changes: 1 addition & 1 deletion tests/ReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function getReport(): Report
'message',
'ok',
['name' => 'value']
)
),
];

return new Report(
Expand Down

0 comments on commit 4d0b9be

Please sign in to comment.