From 9a58fe226b719dd430d1bd98a6bf8d343078d595 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:47:19 +0000 Subject: [PATCH] update version --- .changeset/as-associate-business-units.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/as-associate-business-units.md 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",