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 ac989dc + 4c1ee61 commit 2bb3cfa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.7.0](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.6.2...v0.7.0) (2024-07-12)


### Bug Fixes

* lint errors ([f6368b3](https://github.com/EddieHubCommunity/HealthCheck/commit/f6368b3c58b33a8d06bfc39f12462d2ec9338b82))
* test command for github action ([7d5ea43](https://github.com/EddieHubCommunity/HealthCheck/commit/7d5ea43318dde0a682a3ea81274c3e7f847cd2e5))


### Features

* playwright setup and basic tests ([ca9cc19](https://github.com/EddieHubCommunity/HealthCheck/commit/ca9cc19826662590b260b0805ae98cca4ab13613))
* run lint and build on github actions ([ac989dc](https://github.com/EddieHubCommunity/HealthCheck/commit/ac989dc923d07960acc77683fca5930465c5e3b3))
* setup husky ([01ef604](https://github.com/EddieHubCommunity/HealthCheck/commit/01ef6047cc38562a6746f578c95bc6dedd766c8f))



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


Expand Down Expand Up @@ -45,12 +62,3 @@



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


### Features

* summary stats on repo report ([cf7f0ba](https://github.com/EddieHubCommunity/HealthCheck/commit/cf7f0ba9479ad2fbe795d936a53c506546fd5e83))



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.6.2",
"version": "0.7.0",
"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.6.2"
"version": "0.7.0"
}

0 comments on commit 2bb3cfa

Please sign in to comment.