Skip to content

Commit

Permalink
chore(release): 4.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.8.0](v4.7.1...v4.8.0) (2023-01-03)

### 🐛 Bug Fixes

* fix division by zero when calculating package type ([#737](#737)) ([5811bc8](5811bc8))
* fix php 8.1 deprecation errors ([#736](#736)) ([81d49f1](81d49f1))
* trim postal code before validating ([#735](#735)) ([c502947](c502947))

### ✨ New Features

* add eu insurance possibilities ([#733](#733)) ([1644a7b](1644a7b))
  • Loading branch information
semantic-release-bot committed Jan 3, 2023
1 parent 1644a7b commit ed4e3eb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### :bug: Bug Fixes

* fix division by zero when calculating package type ([#737](https://github.com/myparcelnl/magento/issues/737)) ([5811bc8](https://github.com/myparcelnl/magento/commit/5811bc8026564b2cccec99f7fc392ae770f92626))
* fix php 8.1 deprecation errors ([#736](https://github.com/myparcelnl/magento/issues/736)) ([81d49f1](https://github.com/myparcelnl/magento/commit/81d49f105e63192b19d38e2dcafb9c5d27e4c8c3))
* trim postal code before validating ([#735](https://github.com/myparcelnl/magento/issues/735)) ([c502947](https://github.com/myparcelnl/magento/commit/c502947644e801e5b75e04db93dcffec268ff317))


### :sparkles: New Features

* add eu insurance possibilities ([#733](https://github.com/myparcelnl/magento/issues/733)) ([1644a7b](https://github.com/myparcelnl/magento/commit/1644a7bb3df8446e707f114d91ef3409e69b8f25))

## [4.7.1](https://github.com/myparcelnl/magento/compare/v4.7.0...v4.7.1) (2022-12-12)


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

Please sign in to comment.