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

Commit 0b30ccc

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.34.5 [skip ci]
1 parent 14cd521 commit 0b30ccc

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.34.5](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.34.4...v0.34.5) (2024-09-11)
2+
3+
4+
### Bug Fixes
5+
6+
* only show lengths on gh action ([14cd521](https://github.com/EddieHubCommunity/HealthCheck/commit/14cd52188a9ed4e7d5ccc0d28d260a30beed206e))
7+
8+
9+
110
## [0.34.4](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.34.3...v0.34.4) (2024-09-11)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
# [0.34.0](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.33.2...v0.34.0) (2024-09-11)
38-
39-
40-
### Features
41-
42-
* run checks regularly on a schedule ([#235](https://github.com/EddieHubCommunity/HealthCheck/issues/235)) ([228d387](https://github.com/EddieHubCommunity/HealthCheck/commit/228d38729b2596e2c1d57c871bacce6e34ff1c54))
43-
44-
45-

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "healthcheck",
3-
"version": "0.34.4",
3+
"version": "0.34.5",
44
"private": true,
55
"engines": {
66
"node": ">=21"

src/config/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.34.4",
2+
"version": "0.34.5",
33
"checks": [
44
"description",
55
"url",

0 commit comments

Comments
 (0)