From 7a7c478b051cddddd5e861f87deb15e943a09ddf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jul 2023 12:37:08 +0000 Subject: [PATCH] chore(release): 4.3.0 [skip ci] # [4.3.0](https://github.com/adobe/helix-ops/compare/v4.2.38...v4.3.0) (2023-07-11) ### Features * upgrade to esm ([765af8c](https://github.com/adobe/helix-ops/commit/765af8c326556e6cebdf484b7140a7c84238f4d7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ae7a5..23f4d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.3.0](https://github.com/adobe/helix-ops/compare/v4.2.38...v4.3.0) (2023-07-11) + + +### Features + +* upgrade to esm ([765af8c](https://github.com/adobe/helix-ops/commit/765af8c326556e6cebdf484b7140a7c84238f4d7)) + ## [4.2.38](https://github.com/adobe/helix-ops/compare/v4.2.37...v4.2.38) (2023-05-09) diff --git a/package.json b/package.json index 8074606..6968b16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-ops", - "version": "4.2.38", + "version": "4.3.0", "description": "Operational tooling for Project Helix services", "bin": { "monitoringSetup": "src/monitoringSetup.js",