diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc3422a..644f08da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [4.14.3](https://github.com/myparcelnl/magento/compare/v4.14.2...v4.14.3) (2024-04-22) + + +### :bug: Bug Fixes + +* **checkout:** work with bbp and do6 from cdn ([#837](https://github.com/myparcelnl/magento/issues/837)) ([c560351](https://github.com/myparcelnl/magento/commit/c560351cd8e0810489f270dd527d56b0f8971abb)) +* prevent camel cased options from breaking order detail page ([#838](https://github.com/myparcelnl/magento/issues/838)) ([bc8cff4](https://github.com/myparcelnl/magento/commit/bc8cff4ce27b48d6e7f0ee823a80b1c21a1c2ac6)) + ## [4.14.2](https://github.com/myparcelnl/magento/compare/v4.14.1...v4.14.2) (2024-04-04) diff --git a/composer.json b/composer.json index 76b60d6e..d58c7129 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/magento", - "version": "4.14.2", + "version": "4.14.3", "description": "A Magento 2 module that creates MyParcel labels", "keywords": [ "myparcel", diff --git a/etc/module.xml b/etc/module.xml index 115cb8d0..da263850 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index 0f2b41e0..55cc55a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/magento", - "version": "4.14.2", + "version": "4.14.3", "private": true, "description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/", "homepage": "https://myparcelnl.github.io/magento",