Skip to content

Commit

Permalink
chore(release): 7.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.3.1](v7.3.0...v7.3.1) (2022-07-11)

### 🐛 Bug Fixes

* consignment status given default value ([#424](#424)) ([0df494e](0df494e))
  • Loading branch information
semantic-release-bot committed Jul 11, 2022
1 parent 064b21f commit 8c8c84d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 44 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.3.1](https://github.com/myparcelnl/sdk/compare/v7.3.0...v7.3.1) (2022-07-11)


### :bug: Bug Fixes

* consignment status given default value ([#424](https://github.com/myparcelnl/sdk/issues/424)) ([0df494e](https://github.com/myparcelnl/sdk/commit/0df494e358d3cf80b196e5a7d2ef687a7f7c705d))

## [7.3.0](https://github.com/myparcelnl/sdk/compare/v7.2.2...v7.3.0) (2022-06-16)


Expand Down
88 changes: 44 additions & 44 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "myparcelnl/sdk",
"version": "7.3.0",
"description": "This package is designed to send and receive data from MyParcel by means of an API.",
"keywords": [
"MyParcel",
"Flespakket",
"PostNL"
],
"homepage": "https://myparcelnl.github.io/sdk",
"license": "MIT",
"authors": [
{
"name": "Edie Lemoine",
"email": "support@myparcel.nl"
"name": "myparcelnl/sdk",
"version": "7.3.1",
"description": "This package is designed to send and receive data from MyParcel by means of an API.",
"keywords": [
"MyParcel",
"Flespakket",
"PostNL"
],
"homepage": "https://myparcelnl.github.io/sdk",
"license": "MIT",
"authors": [
{
"name": "Edie Lemoine",
"email": "support@myparcel.nl"
},
{
"name": "Joeri van Veen",
"email": "support@myparcel.nl"
},
{
"name": "Mark Ernst",
"email": "support@myparcel.nl"
},
{
"name": "Richard Perdaan",
"email": "support@myparcel.nl"
}
],
"require": {
"php": ">=7.1.0"
},
{
"name": "Joeri van Veen",
"email": "support@myparcel.nl"
"require-dev": {
"fakerphp/faker": "^v1.16.0",
"phpunit/phpunit": "^7.5.20",
"psr/container": "~1.0.0"
},
{
"name": "Mark Ernst",
"email": "support@myparcel.nl"
"autoload": {
"psr-4": {
"MyParcelNL\\Sdk\\src\\": "src",
"MyParcelNL\\Sdk\\": "src"
}
},
{
"name": "Richard Perdaan",
"email": "support@myparcel.nl"
"autoload-dev": {
"psr-4": {
"MyParcelNL\\Sdk\\Test\\": "test"
}
}
],
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"fakerphp/faker": "^v1.16.0",
"phpunit/phpunit": "^7.5.20",
"psr/container": "~1.0.0"
},
"autoload": {
"psr-4": {
"MyParcelNL\\Sdk\\src\\": "src",
"MyParcelNL\\Sdk\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"MyParcelNL\\Sdk\\Test\\": "test"
}
}
}
}

0 comments on commit 8c8c84d

Please sign in to comment.