Skip to content

Commit

Permalink
chore(release): 4.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.6.1](v4.6.0...v4.6.1) (2022-09-15)

### 🐛 Bug Fixes

* display correct version to end user ([#706](#706)) ([a821359](a821359))
* fix wrong parameter type ([#707](#707)) ([57d79fa](57d79fa))
* have cronjob update shipment status ([#708](#708)) ([a615f6e](a615f6e))
  • Loading branch information
semantic-release-bot committed Sep 15, 2022
1 parent 80a1166 commit cf13f57
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.6.1](https://github.com/myparcelnl/magento/compare/v4.6.0...v4.6.1) (2022-09-15)


### :bug: Bug Fixes

* display correct version to end user ([#706](https://github.com/myparcelnl/magento/issues/706)) ([a821359](https://github.com/myparcelnl/magento/commit/a82135985f96656c7d83781e1cdc8b0c29b7e1b7))
* fix wrong parameter type ([#707](https://github.com/myparcelnl/magento/issues/707)) ([57d79fa](https://github.com/myparcelnl/magento/commit/57d79facc56d33f7049d05441c2c955ae9da943d))
* have cronjob update shipment status ([#708](https://github.com/myparcelnl/magento/issues/708)) ([a615f6e](https://github.com/myparcelnl/magento/commit/a615f6e566848b8d20493dcb7664870d8e68bfaf))

## [4.6.0](https://github.com/myparcelnl/magento/compare/v4.5.0...v4.6.0) (2022-07-28)


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.6.0",
"version": "4.6.1",
"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.4.0">
<module name="MyParcelNL_Magento" setup_version="4.6.1">
<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.6.0",
"version": "4.6.1",
"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 cf13f57

Please sign in to comment.