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

Commit 98d0c91

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.34.6 [skip ci]
1 parent 6a1b82d commit 98d0c91

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

CHANGELOG.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.34.6](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.34.5...v0.34.6) (2024-09-11)
2+
3+
4+
### Bug Fixes
5+
6+
* gh action schedule output ([5efc804](https://github.com/EddieHubCommunity/HealthCheck/commit/5efc804eee7a995500641bbbd349484693f849d4))
7+
* new users no existing token ([6a1b82d](https://github.com/EddieHubCommunity/HealthCheck/commit/6a1b82d93d95c85cc73ec2defe3eae09328c6aff))
8+
9+
10+
111
## [0.34.5](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.34.4...v0.34.5) (2024-09-11)
212

313

@@ -34,12 +44,3 @@
3444

3545

3646

37-
## [0.34.1](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.34.0...v0.34.1) (2024-09-11)
38-
39-
40-
### Bug Fixes
41-
42-
* logging for automated checks ([4954da8](https://github.com/EddieHubCommunity/HealthCheck/commit/4954da8c8a5736392171c9cf8baa765e82fe7c23))
43-
44-
45-

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/config/app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.34.5",
2+
"version": "0.34.6",
33
"checks": [
44
"description",
55
"url",

0 commit comments

Comments
 (0)