Skip to content

Commit

Permalink
chore(release): 4.7.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.7.0](v4.6.1...v4.7.0) (2022-10-05)

### ✨ New Features

* allow exporting digital stamp ([#716](#716)) ([793e78c](793e78c))
* show only relevant delivery options ([#711](#711)) ([1806558](1806558))

### 🐛 Bug Fixes

* fix delivery options loading forever ([#713](#713)) ([6dc37e2](6dc37e2))
* fix mailbox amount ([#714](#714)) ([c9970f5](c9970f5))
* translate instabox strings ([#718](#718)) ([a15b595](a15b595))
  • Loading branch information
semantic-release-bot committed Oct 5, 2022
1 parent a15b595 commit 872d8ca
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.7.0](https://github.com/myparcelnl/magento/compare/v4.6.1...v4.7.0) (2022-10-05)


### :sparkles: New Features

* allow exporting digital stamp ([#716](https://github.com/myparcelnl/magento/issues/716)) ([793e78c](https://github.com/myparcelnl/magento/commit/793e78cc8d4cc12e0d453a0e7b8828ed29237784))
* show only relevant delivery options ([#711](https://github.com/myparcelnl/magento/issues/711)) ([1806558](https://github.com/myparcelnl/magento/commit/1806558ea9db450fc98c7e5df0e15fbae8e5a80f))


### :bug: Bug Fixes

* fix delivery options loading forever ([#713](https://github.com/myparcelnl/magento/issues/713)) ([6dc37e2](https://github.com/myparcelnl/magento/commit/6dc37e2a8a6c1159647a976c2f99694ba52577aa))
* fix mailbox amount ([#714](https://github.com/myparcelnl/magento/issues/714)) ([c9970f5](https://github.com/myparcelnl/magento/commit/c9970f56043accdecef7a9485131076297e0e7d3))
* translate instabox strings ([#718](https://github.com/myparcelnl/magento/issues/718)) ([a15b595](https://github.com/myparcelnl/magento/commit/a15b595dd032f9f95fea54e6638af45c65a42731))

## [4.6.1](https://github.com/myparcelnl/magento/compare/v4.6.0...v4.6.1) (2022-09-15)


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.1",
"version": "4.7.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.6.1">
<module name="MyParcelNL_Magento" setup_version="4.7.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.6.1",
"version": "4.7.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 872d8ca

Please sign in to comment.