From 2ee26efdd4c25ee21f808417c009da8bfa19d62b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Mar 2024 14:48:41 +0000 Subject: [PATCH] chore(release): 4.14.0 [skip ci] ## [4.14.0](https://github.com/myparcelnl/magento/compare/v4.13.0...v4.14.0) (2024-03-29) ### :sparkles: New Features * add international bbp ([#826](https://github.com/myparcelnl/magento/issues/826)) ([f9d0b63](https://github.com/myparcelnl/magento/commit/f9d0b63458cb14cc470cd371b552bd8ef9cea17f)) * add price surcharge option ([#828](https://github.com/myparcelnl/magento/issues/828)) ([b3cee24](https://github.com/myparcelnl/magento/commit/b3cee24472831ff5386ecd035051e39c638dffdd)) * include delivery options 6 ([#830](https://github.com/myparcelnl/magento/issues/830)) ([82a41e3](https://github.com/myparcelnl/magento/commit/82a41e38b549da28934bf675fc5a66b4a360f458)) --- CHANGELOG.md | 9 +++++++++ composer.json | 2 +- etc/module.xml | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb45d1a..25cb7bd1 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.0](https://github.com/myparcelnl/magento/compare/v4.13.0...v4.14.0) (2024-03-29) + + +### :sparkles: New Features + +* add international bbp ([#826](https://github.com/myparcelnl/magento/issues/826)) ([f9d0b63](https://github.com/myparcelnl/magento/commit/f9d0b63458cb14cc470cd371b552bd8ef9cea17f)) +* add price surcharge option ([#828](https://github.com/myparcelnl/magento/issues/828)) ([b3cee24](https://github.com/myparcelnl/magento/commit/b3cee24472831ff5386ecd035051e39c638dffdd)) +* include delivery options 6 ([#830](https://github.com/myparcelnl/magento/issues/830)) ([82a41e3](https://github.com/myparcelnl/magento/commit/82a41e38b549da28934bf675fc5a66b4a360f458)) + ## [4.13.0](https://github.com/myparcelnl/magento/compare/v4.12.1...v4.13.0) (2024-03-13) diff --git a/composer.json b/composer.json index bb623dbe..4a5e531c 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/magento", - "version": "4.13.0", + "version": "4.14.0", "description": "A Magento 2 module that creates MyParcel labels", "keywords": [ "myparcel", diff --git a/etc/module.xml b/etc/module.xml index bc676d69..a1a5736f 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index d3815c66..618f34e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/magento", - "version": "4.13.0", + "version": "4.14.0", "private": true, "description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/", "homepage": "https://myparcelnl.github.io/magento",