Skip to content

Commit

Permalink
chore(release): 2.28.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.28.5](v2.28.4...v2.28.5) (2023-10-26)

### 🐛 Bug Fixes

* **order:** fix error on updating order status if setting is empty ([#221](#221)) ([b36d55c](b36d55c))
* **support:** make toArray act consistently everywhere ([#224](#224)) ([5f0d5f2](5f0d5f2))
  • Loading branch information
semantic-release-bot committed Oct 26, 2023
1 parent b36d55c commit 7ce8279
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7ce8279

Please sign in to comment.