Skip to content

Commit

Permalink
chore(release): 4.13.1 [skip ci]
Browse files Browse the repository at this point in the history
### [4.13.1](v4.13.0...v4.13.1) (2022-08-16)

### 🐛 Bug Fixes

* use local pickup method id ([#860](#860)) ([56fb80d](56fb80d))
  • Loading branch information
semantic-release-bot authored and EdieLemoine committed Aug 16, 2022
1 parent 56fb80d commit da5fd83
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 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.

### [4.13.1](https://github.com/myparcelnl/woocommerce/compare/v4.13.0...v4.13.1) (2022-08-16)


### :bug: Bug Fixes

* use local pickup method id ([#860](https://github.com/myparcelnl/woocommerce/issues/860)) ([56fb80d](https://github.com/myparcelnl/woocommerce/commit/56fb80d0c0ffe395edeaf5573934da486b88268e))

## [4.13.0](https://github.com/myparcelnl/woocommerce/compare/v4.12.2...v4.13.0) (2022-08-02)


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/woocommerce",
"version": "4.13.0",
"version": "4.13.1",
"require": {
"myparcelnl/sdk": "~7.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myparcel/woocommerce",
"private": true,
"version": "4.13.0",
"version": "4.13.1",
"scripts": {
"build": "gulp",
"serve": "gulp watch"
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ function wcmyparcel_new_email_text($track_trace_tekst) {

== Changelog ==

= 4.13.1 (2022-08-16) =
* Fix: use local pickup method id (#860) (56fb80d)

= 4.13.0 (2022-08-02) =
* Feat: add myparcel block to dashboard (#854) (f13f9b6e)
* Fix: allow numbers as suffix using myparcel address fields (#850) (3b5d712)
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-myparcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Export your WooCommerce orders to MyParcel (https://myparcel.nl/) and print labels directly from the WooCommerce admin
Author: MyParcel
Author URI: https://myparcel.nl
Version: 4.13.0
Version: 4.13.1
Text Domain: woocommerce-myparcel
License: GPLv3 or later
Expand Down

0 comments on commit da5fd83

Please sign in to comment.