From 1d57acf104699baa0b6b8a5ecc288f0ec057f7d4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Oct 2024 16:44:32 +0000 Subject: [PATCH] chore(release): 4.17.0 [skip ci] ## [4.17.0](https://github.com/myparcelnl/magento/compare/v4.16.2...v4.17.0) (2024-10-29) ### :sparkles: New Features * add receipt code ([#867](https://github.com/myparcelnl/magento/issues/867)) ([5e23b40](https://github.com/myparcelnl/magento/commit/5e23b40159cafa81005a4bee53268257091a6636)) ### :bug: Bug Fixes * **export:** restore automate shipment options settings ([#869](https://github.com/myparcelnl/magento/issues/869)) ([9b03b61](https://github.com/myparcelnl/magento/commit/9b03b617d2aa19bd216ce9a6436469e8039e555d)) --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- etc/module.xml | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4628e37..b51142a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.17.0](https://github.com/myparcelnl/magento/compare/v4.16.2...v4.17.0) (2024-10-29) + + +### :sparkles: New Features + +* add receipt code ([#867](https://github.com/myparcelnl/magento/issues/867)) ([5e23b40](https://github.com/myparcelnl/magento/commit/5e23b40159cafa81005a4bee53268257091a6636)) + + +### :bug: Bug Fixes + +* **export:** restore automate shipment options settings ([#869](https://github.com/myparcelnl/magento/issues/869)) ([9b03b61](https://github.com/myparcelnl/magento/commit/9b03b617d2aa19bd216ce9a6436469e8039e555d)) + ## [4.16.2](https://github.com/myparcelnl/magento/compare/v4.16.1...v4.16.2) (2024-09-10) diff --git a/composer.json b/composer.json index 4ecd0382..62eb5ac6 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/magento", - "version": "4.16.2", + "version": "4.17.0", "description": "A Magento 2 module that creates MyParcel labels", "keywords": [ "myparcel", diff --git a/etc/module.xml b/etc/module.xml index afea435c..376ecad8 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index 49d67f5b..cae3cd6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/magento", - "version": "4.16.2", + "version": "4.17.0", "private": true, "description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/", "homepage": "https://myparcelnl.github.io/magento",