Skip to content

Commit

Permalink
chore(release): 4.15.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.0](v4.14.4...v4.15.0) (2024-06-10)

### 🐛 Bug Fixes

* **checkout:** fix mailbox options ([#844](#844)) ([495ea80](495ea80))

### ✨ New Features

* add mailbox to dpd ([#843](#843)) ([0fbd8ee](0fbd8ee))
* change large package name ([#845](#845)) ([50fc945](50fc945))
  • Loading branch information
semantic-release-bot committed Jun 10, 2024
1 parent 50fc945 commit cc660c1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.15.0](https://github.com/myparcelnl/magento/compare/v4.14.4...v4.15.0) (2024-06-10)


### :bug: Bug Fixes

* **checkout:** fix mailbox options ([#844](https://github.com/myparcelnl/magento/issues/844)) ([495ea80](https://github.com/myparcelnl/magento/commit/495ea806b057745435e2ab38566a7548fefbf7e7))


### :sparkles: New Features

* add mailbox to dpd ([#843](https://github.com/myparcelnl/magento/issues/843)) ([0fbd8ee](https://github.com/myparcelnl/magento/commit/0fbd8eef099f7f21b03d8bafe0c99a78680d801b))
* change large package name ([#845](https://github.com/myparcelnl/magento/issues/845)) ([50fc945](https://github.com/myparcelnl/magento/commit/50fc945806d85ccee1ee3038f577a3e3015ce026))

## [4.14.4](https://github.com/myparcelnl/magento/compare/v4.14.3...v4.14.4) (2024-05-13)


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.14.4",
"version": "4.15.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.14.4">
<module name="MyParcelNL_Magento" setup_version="4.15.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.14.4",
"version": "4.15.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 cc660c1

Please sign in to comment.