From 7ce82791df2471b0da3e0f39b96a5e3732869bef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 08:58:05 +0000 Subject: [PATCH] chore(release): 2.28.5 [skip ci] ## [2.28.5](https://github.com/myparcelnl/pdk/compare/v2.28.4...v2.28.5) (2023-10-26) ### :bug: Bug Fixes * **order:** fix error on updating order status if setting is empty ([#221](https://github.com/myparcelnl/pdk/issues/221)) ([b36d55c](https://github.com/myparcelnl/pdk/commit/b36d55c42b4b71208148d1f26342db1ca5f993a4)) * **support:** make toArray act consistently everywhere ([#224](https://github.com/myparcelnl/pdk/issues/224)) ([5f0d5f2](https://github.com/myparcelnl/pdk/commit/5f0d5f2795a418941b9e9c96ba53f6ccf2f1615e)) --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed3d5a25..2c4707a94 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.28.5](https://github.com/myparcelnl/pdk/compare/v2.28.4...v2.28.5) (2023-10-26) + + +### :bug: Bug Fixes + +* **order:** fix error on updating order status if setting is empty ([#221](https://github.com/myparcelnl/pdk/issues/221)) ([b36d55c](https://github.com/myparcelnl/pdk/commit/b36d55c42b4b71208148d1f26342db1ca5f993a4)) +* **support:** make toArray act consistently everywhere ([#224](https://github.com/myparcelnl/pdk/issues/224)) ([5f0d5f2](https://github.com/myparcelnl/pdk/commit/5f0d5f2795a418941b9e9c96ba53f6ccf2f1615e)) + ## [2.28.4](https://github.com/myparcelnl/pdk/compare/v2.28.3...v2.28.4) (2023-10-25) diff --git a/composer.json b/composer.json index d7905a7d4..364b34fd7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.28.4", + "version": "2.28.5", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",