From 0cdbf7d8abfb743085340a9646b4a4c101d34b04 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Tue, 17 Dec 2024 09:50:44 +0000 Subject: [PATCH] chore(release): 2.48.0 [skip ci] ## [2.48.0](https://github.com/myparcelnl/pdk/compare/v2.47.2...v2.48.0) (2024-12-17) ### :sparkles: New Features * **webhooks:** link shipment to order ([#327](https://github.com/myparcelnl/pdk/issues/327)) ([e61fc9d](https://github.com/myparcelnl/pdk/commit/e61fc9dce9d50c2b4fa990dc0eaba9aa0cd8500f)) --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68efcbfb..bbd603ba6 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.48.0](https://github.com/myparcelnl/pdk/compare/v2.47.2...v2.48.0) (2024-12-17) + + +### :sparkles: New Features + +* **webhooks:** link shipment to order ([#327](https://github.com/myparcelnl/pdk/issues/327)) ([e61fc9d](https://github.com/myparcelnl/pdk/commit/e61fc9dce9d50c2b4fa990dc0eaba9aa0cd8500f)) + ## [2.47.2](https://github.com/myparcelnl/pdk/compare/v2.47.1...v2.47.2) (2024-11-20) diff --git a/composer.json b/composer.json index 546b5a270..38c7a9875 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.47.2", + "version": "2.48.0", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl", @@ -72,4 +72,4 @@ "pestphp/pest-plugin": true } } -} +} \ No newline at end of file