From b15dcb958528a42cfb2814122b579602c726305d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Oct 2023 12:50:10 +0000 Subject: [PATCH] chore(patch): release 1.13.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.13.5](https://github.com/wearefrank/zaakbrug/compare/v1.13.4...v1.13.5) (2023-10-02) ### 🐛 Bug Fixes * errors due to missing roltype field when adding roles ([#162](https://github.com/wearefrank/zaakbrug/issues/162)) ([84e4921](https://github.com/wearefrank/zaakbrug/commit/84e49218032c0558719979b5dee0835f972b4190)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb9dced6..6cc9c931b 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.13.5](https://github.com/wearefrank/zaakbrug/compare/v1.13.4...v1.13.5) (2023-10-02) + + +### 🐛 Bug Fixes + +* errors due to missing roltype field when adding roles ([#162](https://github.com/wearefrank/zaakbrug/issues/162)) ([84e4921](https://github.com/wearefrank/zaakbrug/commit/84e49218032c0558719979b5dee0835f972b4190)) + ## [1.13.4](https://github.com/ibissource/zaakbrug/compare/v1.13.3...v1.13.4) (2023-09-18)