From 0e3e6a2955e94ee936be8ceec6115664d854c79e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2024 09:34:57 +0000 Subject: [PATCH] chore(release): 6.11.0 [skip ci] # [6.11.0](https://github.com/adobe/helix-html-pipeline/compare/v6.10.3...v6.11.0) (2024-05-13) ### Features * remove auth ([#598](https://github.com/adobe/helix-html-pipeline/issues/598)) ([2eed6f4](https://github.com/adobe/helix-html-pipeline/commit/2eed6f4852fc4b74582ab953be79b77c17e3029b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fc6b3e..f2b8f22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.11.0](https://github.com/adobe/helix-html-pipeline/compare/v6.10.3...v6.11.0) (2024-05-13) + + +### Features + +* remove auth ([#598](https://github.com/adobe/helix-html-pipeline/issues/598)) ([2eed6f4](https://github.com/adobe/helix-html-pipeline/commit/2eed6f4852fc4b74582ab953be79b77c17e3029b)) + ## [6.10.3](https://github.com/adobe/helix-html-pipeline/compare/v6.10.2...v6.10.3) (2024-05-09) diff --git a/package.json b/package.json index b8bb16ed..22d32b83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-html-pipeline", - "version": "6.10.3", + "version": "6.11.0", "description": "Helix HTML Pipeline", "main": "src/index.js", "types": "src/index.d.ts",