Skip to content

Commit

Permalink
chore(release): 4.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.8.1](v4.8.0...v4.8.1) (2023-02-02)

### 🐛 Bug Fixes

* clarify texts regarding mailbox settings ([#745](#745)) ([8d33bd9](8d33bd9))
* fix division by zero issue on checkout ([#746](#746)) ([cee3094](cee3094))
* fix php 8.1 deprecation notice in strtotime ([#748](#748)) ([eca47d6](eca47d6))
* mailbox works with kilo setting on php 8.1 ([#744](#744)) ([721259a](721259a))
* prevent type error in use entity id ([#749](#749)) ([57a05a7](57a05a7))
* use correct way to inject search value ([#750](#750)) ([d11f3e0](d11f3e0))
  • Loading branch information
semantic-release-bot committed Feb 2, 2023
1 parent eca47d6 commit bcfa277
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.8.1](https://github.com/myparcelnl/magento/compare/v4.8.0...v4.8.1) (2023-02-02)


### :bug: Bug Fixes

* clarify texts regarding mailbox settings ([#745](https://github.com/myparcelnl/magento/issues/745)) ([8d33bd9](https://github.com/myparcelnl/magento/commit/8d33bd9bdd67e3fa1f50b62aad1c66d5d987ec8f))
* fix division by zero issue on checkout ([#746](https://github.com/myparcelnl/magento/issues/746)) ([cee3094](https://github.com/myparcelnl/magento/commit/cee3094e5ef04e89ee0de7a95b346afae588171f))
* fix php 8.1 deprecation notice in strtotime ([#748](https://github.com/myparcelnl/magento/issues/748)) ([eca47d6](https://github.com/myparcelnl/magento/commit/eca47d66ead8c8a1e28dad10bb94cb71120ea1b8))
* mailbox works with kilo setting on php 8.1 ([#744](https://github.com/myparcelnl/magento/issues/744)) ([721259a](https://github.com/myparcelnl/magento/commit/721259a5edf464bcec6bc516f271957da6a7f813))
* prevent type error in use entity id ([#749](https://github.com/myparcelnl/magento/issues/749)) ([57a05a7](https://github.com/myparcelnl/magento/commit/57a05a7f947a0fb5619e5734a6e497801fbefb45))
* use correct way to inject search value ([#750](https://github.com/myparcelnl/magento/issues/750)) ([d11f3e0](https://github.com/myparcelnl/magento/commit/d11f3e046e980272c2a22fae55be1d860be1ecb9))

## [4.8.0](https://github.com/myparcelnl/magento/compare/v4.7.1...v4.8.0) (2023-01-03)


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.8.0",
"version": "4.8.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.8.0">
<module name="MyParcelNL_Magento" setup_version="4.8.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.8.0",
"version": "4.8.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 bcfa277

Please sign in to comment.