diff --git a/.changeset/as-associate-business-units.md b/.changeset/as-associate-business-units.md deleted file mode 100644 index b1839bec..00000000 --- a/.changeset/as-associate-business-units.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -Add support for the `asAssociate` business-units endpoint. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8938f6f6..b7389be9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 3.1.0 + +### Minor Changes + +- [#392](https://github.com/labd/commercetools-node-mock/pull/392) [`66aa543`](https://github.com/labd/commercetools-node-mock/commit/66aa543b1ec840e446ee670611caf20a63f6d4b8) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Add support for the `asAssociate` business-units endpoint. + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index ab4f5666..c32c16a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "author": "Michael van Tellingen", "type": "module",