diff --git a/CHANGELOG.md b/CHANGELOG.md index 644f08da..23507a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.14.4](https://github.com/myparcelnl/magento/compare/v4.14.3...v4.14.4) (2024-05-13) + + +### :bug: Bug Fixes + +* **checkout:** show nicer messages in delivery options ([#842](https://github.com/myparcelnl/magento/issues/842)) ([ae71d80](https://github.com/myparcelnl/magento/commit/ae71d80aa542ca1d700b01fd3fa7e91f013cdf06)) +* **checkout:** stabilise choosing pickup point ([#841](https://github.com/myparcelnl/magento/issues/841)) ([aaa21d4](https://github.com/myparcelnl/magento/commit/aaa21d4c3bc12ceaad50ca6b5aef058ddf9bd006)) +* **export:** allow signature or only_recipient for be ([#840](https://github.com/myparcelnl/magento/issues/840)) ([8c10cc3](https://github.com/myparcelnl/magento/commit/8c10cc3e886e231f2a661e189c697c5cf31a0b9b)) + ## [4.14.3](https://github.com/myparcelnl/magento/compare/v4.14.2...v4.14.3) (2024-04-22) diff --git a/composer.json b/composer.json index d58c7129..fc050d3f 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/magento", - "version": "4.14.3", + "version": "4.14.4", "description": "A Magento 2 module that creates MyParcel labels", "keywords": [ "myparcel", diff --git a/etc/module.xml b/etc/module.xml index da263850..f172d209 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index 55cc55a7..9b11e00e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/magento", - "version": "4.14.3", + "version": "4.14.4", "private": true, "description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/", "homepage": "https://myparcelnl.github.io/magento",