Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge release info
Browse files Browse the repository at this point in the history
Merge new release into main
  • Loading branch information
github-actions[bot] authored Jul 12, 2024
2 parents 10718aa + 01cb1b2 commit 948f3c8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
28 changes: 9 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.7.1](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.7.0...v0.7.1) (2024-07-12)


### Bug Fixes

* github actions to latest nodejs ([10718aa](https://github.com/EddieHubCommunity/HealthCheck/commit/10718aa58cdded6c35517cd380f56d059c794ed7))



# [0.7.0](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.6.2...v0.7.0) (2024-07-12)


Expand Down Expand Up @@ -43,22 +52,3 @@



# [0.5.0](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.4.0...v0.5.0) (2024-07-10)


### Bug Fixes

* banner text for flagsmith ([959c636](https://github.com/EddieHubCommunity/HealthCheck/commit/959c63656f7866d2a9054d9eb9f7eea90cfc72bd))
* github url to next config for images ([ae5e9ec](https://github.com/EddieHubCommunity/HealthCheck/commit/ae5e9ec2b69cb0ef0b508b3f013a5e8c5ccd6736))


### Features

* footer with github url ([fee564c](https://github.com/EddieHubCommunity/HealthCheck/commit/fee564c9e951c245a690313ab1191a49c3b008af))
* homepage content ([1c532cd](https://github.com/EddieHubCommunity/HealthCheck/commit/1c532cd8c5ec2754e2fa600752236b2d9dc72ec8))
* page title abstracted ([cd925d2](https://github.com/EddieHubCommunity/HealthCheck/commit/cd925d2eafe29d0401c730f7532ded8e142dce7a))
* project name to header ([76d1f74](https://github.com/EddieHubCommunity/HealthCheck/commit/76d1f74c7dad675e08c3f98559ecd06294dacecf))
* tailwind config for aspect-ration ([3a7216d](https://github.com/EddieHubCommunity/HealthCheck/commit/3a7216daf5859db5a9b620f7f6d73eda7c11f12a))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "healthcheck",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"engines": {
"node": ">=21"
Expand Down
2 changes: 1 addition & 1 deletion src/config/app.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.7.0"
"version": "0.7.1"
}

0 comments on commit 948f3c8

Please sign in to comment.