diff --git a/.changeset/afraid-donuts-change.md b/.changeset/afraid-donuts-change.md deleted file mode 100644 index 86d5b3ec..00000000 --- a/.changeset/afraid-donuts-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": patch ---- - -Added the setShippingAddressCustomType and setBillingAddressCustomType actions to the cart repository \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b160b4be..8c6fccec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 2.23.1 +## 2.33.1 + +### Patch Changes + +- [#224](https://github.com/labd/commercetools-node-mock/pull/224) [`1177aa1`](https://github.com/labd/commercetools-node-mock/commit/1177aa1b26cb52e443868da18d79cb5f254ed462) Thanks [@webwiebe](https://github.com/webwiebe)! - Added the setShippingAddressCustomType and setBillingAddressCustomType actions to the cart repository + ## 2.33.0 ### Minor Changes diff --git a/package.json b/package.json index d9fa599d..bfe6aaf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.33.0", + "version": "2.33.1", "license": "MIT", "author": "Michael van Tellingen", "type": "module",