From 0e07bc11c2956db05b435bb2f7fc59ce63dd80af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Nov 2023 13:19:36 +0000 Subject: [PATCH] chore(release): 4.3.3 [skip ci] ## [4.3.3](https://github.com/adobe/helix-ops/compare/v4.3.2...v4.3.3) (2023-11-08) ### Bug Fixes * monitor script update failing ([6072f5c](https://github.com/adobe/helix-ops/commit/6072f5c8531028f3ee75acea3f2c74e75c67f646)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5803b8..a61db98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.3.3](https://github.com/adobe/helix-ops/compare/v4.3.2...v4.3.3) (2023-11-08) + + +### Bug Fixes + +* monitor script update failing ([6072f5c](https://github.com/adobe/helix-ops/commit/6072f5c8531028f3ee75acea3f2c74e75c67f646)) + ## [4.3.2](https://github.com/adobe/helix-ops/compare/v4.3.1...v4.3.2) (2023-10-30) diff --git a/package.json b/package.json index 8ceb919..3369930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-ops", - "version": "4.3.2", + "version": "4.3.3", "description": "Operational tooling for Project Helix services", "bin": { "monitoringSetup": "src/monitoringSetup.js",