Skip to content

Commit 83ad77d

Browse files
chore(release): 4.13.0 [skip ci]
## [4.13.0](v4.12.1...v4.13.0) (2024-03-13) ### ✨ New Features * activate dpd for myparcel contract ([#822](#822)) ([ee59c0d](ee59c0d)) * add package type package small ([#825](#825)) ([6d1c461](6d1c461)) * add sunday cut-off time ([#827](#827)) ([d0cfc65](d0cfc65))
1 parent 6d1c461 commit 83ad77d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.13.0](https://github.com/myparcelnl/magento/compare/v4.12.1...v4.13.0) (2024-03-13)
7+
8+
9+
### :sparkles: New Features
10+
11+
* activate dpd for myparcel contract ([#822](https://github.com/myparcelnl/magento/issues/822)) ([ee59c0d](https://github.com/myparcelnl/magento/commit/ee59c0d7959207dd53e21b7776f9c666e53fb80e))
12+
* add package type package small ([#825](https://github.com/myparcelnl/magento/issues/825)) ([6d1c461](https://github.com/myparcelnl/magento/commit/6d1c461246cf382e7ada97d9ac3e5a0dc4f2d909))
13+
* add sunday cut-off time ([#827](https://github.com/myparcelnl/magento/issues/827)) ([d0cfc65](https://github.com/myparcelnl/magento/commit/d0cfc650879a9c56fea7edb5895ef7784ffa8c7b))
14+
615
## [4.12.1](https://github.com/myparcelnl/magento/compare/v4.12.0...v4.12.1) (2024-02-21)
716

817

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myparcelnl/magento",
3-
"version": "4.12.1",
3+
"version": "4.13.0",
44
"description": "A Magento 2 module that creates MyParcel labels",
55
"keywords": [
66
"myparcel",

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
2-
<module name="MyParcelNL_Magento" setup_version="4.12.1">
2+
<module name="MyParcelNL_Magento" setup_version="4.13.0">
33
<sequence>
44
<module name="Magento_Sales"/>
55
</sequence>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@myparcel/magento",
3-
"version": "4.12.1",
3+
"version": "4.13.0",
44
"private": true,
55
"description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/",
66
"homepage": "https://myparcelnl.github.io/magento",

0 commit comments

Comments
 (0)