Skip to content

Commit

Permalink
chore(release): 4.13.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 13, 2024
1 parent 6d1c461 commit 83ad77d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0](https://github.com/myparcelnl/magento/compare/v4.12.1...v4.13.0) (2024-03-13)


### :sparkles: New Features

* activate dpd for myparcel contract ([#822](https://github.com/myparcelnl/magento/issues/822)) ([ee59c0d](https://github.com/myparcelnl/magento/commit/ee59c0d7959207dd53e21b7776f9c666e53fb80e))
* add package type package small ([#825](https://github.com/myparcelnl/magento/issues/825)) ([6d1c461](https://github.com/myparcelnl/magento/commit/6d1c461246cf382e7ada97d9ac3e5a0dc4f2d909))
* add sunday cut-off time ([#827](https://github.com/myparcelnl/magento/issues/827)) ([d0cfc65](https://github.com/myparcelnl/magento/commit/d0cfc650879a9c56fea7edb5895ef7784ffa8c7b))

## [4.12.1](https://github.com/myparcelnl/magento/compare/v4.12.0...v4.12.1) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/magento",
"version": "4.12.1",
"version": "4.13.0",
"description": "A Magento 2 module that creates MyParcel labels",
"keywords": [
"myparcel",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
<module name="MyParcelNL_Magento" setup_version="4.12.1">
<module name="MyParcelNL_Magento" setup_version="4.13.0">
<sequence>
<module name="Magento_Sales"/>
</sequence>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/magento",
"version": "4.12.1",
"version": "4.13.0",
"private": true,
"description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/",
"homepage": "https://myparcelnl.github.io/magento",
Expand Down

0 comments on commit 83ad77d

Please sign in to comment.