Skip to content

Commit

Permalink
chore(release): 4.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.12.1](v4.12.0...v4.12.1) (2024-02-21)

### 🐛 Bug Fixes

* fix php 8.2 deprecation error ([#818](#818)) ([793f7ef](793f7ef))
* use both address lines for street name ([#819](#819)) ([2053b08](2053b08))
  • Loading branch information
semantic-release-bot committed Feb 21, 2024
1 parent 793f7ef commit 9806326
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.12.1](https://github.com/myparcelnl/magento/compare/v4.12.0...v4.12.1) (2024-02-21)


### :bug: Bug Fixes

* fix php 8.2 deprecation error ([#818](https://github.com/myparcelnl/magento/issues/818)) ([793f7ef](https://github.com/myparcelnl/magento/commit/793f7ef4407d668ef6f81efc1860446b1e5c5680))
* use both address lines for street name ([#819](https://github.com/myparcelnl/magento/issues/819)) ([2053b08](https://github.com/myparcelnl/magento/commit/2053b08a61b5c4427887a6e2e144ad8da71d263e))

## [4.12.0](https://github.com/myparcelnl/magento/compare/v4.11.1...v4.12.0) (2024-02-01)


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.12.0",
"version": "4.12.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.12.0">
<module name="MyParcelNL_Magento" setup_version="4.12.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.12.0",
"version": "4.12.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 9806326

Please sign in to comment.