Skip to content

Commit

Permalink
chore(release): 2.30.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.30.4](v2.30.3...v2.30.4) (2023-11-14)

### 🐛 Bug Fixes

* **base:** fix error when calling toArray with empty values ([#238](#238)) ([a5975d1](a5975d1))
* **calculator:** always send insurance for dpd ([#219](#219)) ([a360ae8](a360ae8))
  • Loading branch information
semantic-release-bot committed Nov 14, 2023
1 parent a5975d1 commit e5dfa23
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.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)


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.30.3",
"version": "2.30.4",
"description": "MyParcel Plugin Development Kit",
"type": "library",
"homepage": "https://myparcel.nl",
Expand Down

0 comments on commit e5dfa23

Please sign in to comment.