From c3805bb3d6ad00b4004be091f85dd5194523dd34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Nov 2023 10:55:45 +0000 Subject: [PATCH] chore(release): 2.31.2 [skip ci] ## [2.31.2](https://github.com/myparcelnl/pdk/compare/v2.31.1...v2.31.2) (2023-11-27) ### :bug: Bug Fixes * **core:** correct names of interfaces ([d4a08c0](https://github.com/myparcelnl/pdk/commit/d4a08c035a1dd5ccec5ebb4152ca098a7f03fcd6)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1c9151f..dc715bd7d 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.31.2](https://github.com/myparcelnl/pdk/compare/v2.31.1...v2.31.2) (2023-11-27) + + +### :bug: Bug Fixes + +* **core:** correct names of interfaces ([d4a08c0](https://github.com/myparcelnl/pdk/commit/d4a08c035a1dd5ccec5ebb4152ca098a7f03fcd6)) + ## [2.31.1](https://github.com/myparcelnl/pdk/compare/v2.31.0...v2.31.1) (2023-11-23) diff --git a/composer.json b/composer.json index fdc210987..55a30545e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.31.1", + "version": "2.31.2", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",