From e5dfa2311c703c7e4754a8a22f0c655d5d32cf1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Nov 2023 14:58:13 +0000 Subject: [PATCH] chore(release): 2.30.4 [skip ci] ## [2.30.4](https://github.com/myparcelnl/pdk/compare/v2.30.3...v2.30.4) (2023-11-14) ### :bug: Bug Fixes * **base:** fix error when calling toArray with empty values ([#238](https://github.com/myparcelnl/pdk/issues/238)) ([a5975d1](https://github.com/myparcelnl/pdk/commit/a5975d16f38d20ec1cf44874e47dfef4eab67431)) * **calculator:** always send insurance for dpd ([#219](https://github.com/myparcelnl/pdk/issues/219)) ([a360ae8](https://github.com/myparcelnl/pdk/commit/a360ae8151cc4fb0aac8ece9df97c14ea05efbd7)) --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ec1ec34..6d46d6bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.30.4](https://github.com/myparcelnl/pdk/compare/v2.30.3...v2.30.4) (2023-11-14) + + +### :bug: Bug Fixes + +* **base:** fix error when calling toArray with empty values ([#238](https://github.com/myparcelnl/pdk/issues/238)) ([a5975d1](https://github.com/myparcelnl/pdk/commit/a5975d16f38d20ec1cf44874e47dfef4eab67431)) +* **calculator:** always send insurance for dpd ([#219](https://github.com/myparcelnl/pdk/issues/219)) ([a360ae8](https://github.com/myparcelnl/pdk/commit/a360ae8151cc4fb0aac8ece9df97c14ea05efbd7)) + ## [2.30.3](https://github.com/myparcelnl/pdk/compare/v2.30.2...v2.30.3) (2023-11-13) diff --git a/composer.json b/composer.json index fced412bc..02d9b269c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.30.3", + "version": "2.30.4", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",