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

Commit f0759d3

Browse files
Merge release info
Merge new release into main
2 parents 09e61f3 + 163e824 commit f0759d3

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.31.9](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.31.8...v0.31.9) (2024-09-08)
2+
3+
4+
### Bug Fixes
5+
6+
* duplicate env steps for gh action docker ([09e61f3](https://github.com/EddieHubCommunity/HealthCheck/commit/09e61f303501f8172abc58cc592637f8c3976078))
7+
8+
9+
110
## [0.31.8](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.31.7...v0.31.8) (2024-09-08)
211

312

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

3544

3645

37-
## [0.31.4](https://github.com/EddieHubCommunity/HealthCheck/compare/v0.31.3...v0.31.4) (2024-08-31)
38-
39-
40-
### Bug Fixes
41-
42-
* mswjs mocks for flagsmith ([5b1e5d0](https://github.com/EddieHubCommunity/HealthCheck/commit/5b1e5d09a1177ae5101f0f7b33c4b5386f6ceb73))
43-
* when optional checks are unavailable ([ddf3d56](https://github.com/EddieHubCommunity/HealthCheck/commit/ddf3d5614f7319c372d18181277dc47f5d5dfab8))
44-
45-
46-

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.31.8",
3+
"version": "0.31.9",
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.31.8",
2+
"version": "0.31.9",
33
"checks": [
44
"description",
55
"url",

0 commit comments

Comments
 (0)