Skip to content

Commit

Permalink
chore(release): 4.17.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.17.0](v4.16.2...v4.17.0) (2024-10-29)

### ✨ New Features

* add receipt code ([#867](#867)) ([5e23b40](5e23b40))

### 🐛 Bug Fixes

* **export:** restore automate shipment options settings ([#869](#869)) ([9b03b61](9b03b61))
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent 9b03b61 commit 1d57acf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.16.2",
"version": "4.17.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.16.2">
<module name="MyParcelNL_Magento" setup_version="4.17.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.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",
Expand Down

0 comments on commit 1d57acf

Please sign in to comment.