From 5e08f8ffb91aca1467ee3ca77408fda9279e9357 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:03:04 +0200 Subject: [PATCH] Release new version (#220) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @labdigital/commercetools-mock@2.32.0 ### Minor Changes - [#219](https://github.com/labd/commercetools-node-mock/pull/219) [`0fd9b7b`](https://github.com/labd/commercetools-node-mock/commit/0fd9b7b4b43ac79f083dc9cdc220efc185aaa56a) Thanks [@mikedebock](https://github.com/mikedebock)! - add support for "addAddress", "addBillingAddressId" and "addShippingAddressId" customer update actions Co-authored-by: github-actions[bot] --- .changeset/stupid-turtles-boil.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/stupid-turtles-boil.md diff --git a/.changeset/stupid-turtles-boil.md b/.changeset/stupid-turtles-boil.md deleted file mode 100644 index 6394b26a..00000000 --- a/.changeset/stupid-turtles-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -add support for "addAddress", "addBillingAddressId" and "addShippingAddressId" customer update actions diff --git a/CHANGELOG.md b/CHANGELOG.md index 03391c5b..85ab95d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 2.23.1 +## 2.32.0 + +### Minor Changes + +- [#219](https://github.com/labd/commercetools-node-mock/pull/219) [`0fd9b7b`](https://github.com/labd/commercetools-node-mock/commit/0fd9b7b4b43ac79f083dc9cdc220efc185aaa56a) Thanks [@mikedebock](https://github.com/mikedebock)! - add support for "addAddress", "addBillingAddressId" and "addShippingAddressId" customer update actions + ## 2.31.2 ### Patch Changes diff --git a/package.json b/package.json index d21d421e..f795bbbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.31.2", + "version": "2.32.0", "license": "MIT", "author": "Michael van Tellingen", "type": "module",