From 1c9a68c1960dec575f094759af828b400150262a Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Wed, 4 Sep 2024 12:42:33 +0000 Subject: [PATCH] chore(release): 2.43.0 [skip ci] ## [2.43.0](https://github.com/myparcelnl/pdk/compare/v2.42.3...v2.43.0) (2024-09-04) ### :sparkles: New Features * add default pickup view setting ([#298](https://github.com/myparcelnl/pdk/issues/298)) ([7b59e0c](https://github.com/myparcelnl/pdk/commit/7b59e0cae5e039bf5f921215f7e395f55f840702)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cfbf486..00db54942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.43.0](https://github.com/myparcelnl/pdk/compare/v2.42.3...v2.43.0) (2024-09-04) + + +### :sparkles: New Features + +* add default pickup view setting ([#298](https://github.com/myparcelnl/pdk/issues/298)) ([7b59e0c](https://github.com/myparcelnl/pdk/commit/7b59e0cae5e039bf5f921215f7e395f55f840702)) + ## [2.42.3](https://github.com/myparcelnl/pdk/compare/v2.42.2...v2.42.3) (2024-09-03) diff --git a/composer.json b/composer.json index 1eb683580..37ce69a89 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.42.3", + "version": "2.43.0", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",