From 51e09aca8b7dc6214e104a722f8996e09fbf21c1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jan 2024 12:17:58 +0000 Subject: [PATCH] chore(patch): release 1.15.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.15.6](https://github.com/wearefrank/zaakbrug/compare/v1.15.5...v1.15.6) (2024-01-26) ### 🔥 Performance Improvements * forEachChildElementPipe pipes execute in parallel without ignoring errors ([#264](https://github.com/wearefrank/zaakbrug/issues/264)) ([c4a975b](https://github.com/wearefrank/zaakbrug/commit/c4a975befec4802ae8e8aff889a6dcaa42d42c13)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc34e923d..0ed5feea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ [![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) +## [1.15.6](https://github.com/wearefrank/zaakbrug/compare/v1.15.5...v1.15.6) (2024-01-26) + + +### 🔥 Performance Improvements + +* forEachChildElementPipe pipes execute in parallel without ignoring errors ([#264](https://github.com/wearefrank/zaakbrug/issues/264)) ([c4a975b](https://github.com/wearefrank/zaakbrug/commit/c4a975befec4802ae8e8aff889a6dcaa42d42c13)) + ## [1.15.5](https://github.com/wearefrank/zaakbrug/compare/v1.15.4...v1.15.5) (2024-01-26)