Skip to content

Commit

Permalink
chore(release): 4.14.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.14.4](v4.14.3...v4.14.4) (2024-05-13)

### 🐛 Bug Fixes

* **checkout:** show nicer messages in delivery options ([#842](#842)) ([ae71d80](ae71d80))
* **checkout:** stabilise choosing pickup point ([#841](#841)) ([aaa21d4](aaa21d4))
* **export:** allow signature or only_recipient for be ([#840](#840)) ([8c10cc3](8c10cc3))
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent ae71d80 commit 2d97e9f
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.14.4](https://github.com/myparcelnl/magento/compare/v4.14.3...v4.14.4) (2024-05-13)


### :bug: Bug Fixes

* **checkout:** show nicer messages in delivery options ([#842](https://github.com/myparcelnl/magento/issues/842)) ([ae71d80](https://github.com/myparcelnl/magento/commit/ae71d80aa542ca1d700b01fd3fa7e91f013cdf06))
* **checkout:** stabilise choosing pickup point ([#841](https://github.com/myparcelnl/magento/issues/841)) ([aaa21d4](https://github.com/myparcelnl/magento/commit/aaa21d4c3bc12ceaad50ca6b5aef058ddf9bd006))
* **export:** allow signature or only_recipient for be ([#840](https://github.com/myparcelnl/magento/issues/840)) ([8c10cc3](https://github.com/myparcelnl/magento/commit/8c10cc3e886e231f2a661e189c697c5cf31a0b9b))

## [4.14.3](https://github.com/myparcelnl/magento/compare/v4.14.2...v4.14.3) (2024-04-22)


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.3",
"version": "4.14.4",
"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.3">
<module name="MyParcelNL_Magento" setup_version="4.14.4">
<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.3",
"version": "4.14.4",
"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 2d97e9f

Please sign in to comment.