From 361152884ea2f1138fb6b38b154c773116ba491b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:40:06 +0200 Subject: [PATCH] Release new version (#240) 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.37.0 ### Minor Changes - [#236](https://github.com/labd/commercetools-node-mock/pull/236) [`d11863d`](https://github.com/labd/commercetools-node-mock/commit/d11863d759036f82c1028184f01ac8b11cc182ac) Thanks [@saraghaedi](https://github.com/saraghaedi)! - add handler for creating in-store customer token - [#241](https://github.com/labd/commercetools-node-mock/pull/241) [`1c9f082`](https://github.com/labd/commercetools-node-mock/commit/1c9f082c6219ac2c30039fd9049bcf2bcd503213) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Added support for more search indexes on projects Co-authored-by: github-actions[bot] --- .changeset/fast-meals-drive.md | 5 ----- .changeset/tough-bobcats-exercise.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fast-meals-drive.md delete mode 100644 .changeset/tough-bobcats-exercise.md diff --git a/.changeset/fast-meals-drive.md b/.changeset/fast-meals-drive.md deleted file mode 100644 index f1a81ffc..00000000 --- a/.changeset/fast-meals-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -add handler for creating in-store customer token diff --git a/.changeset/tough-bobcats-exercise.md b/.changeset/tough-bobcats-exercise.md deleted file mode 100644 index cb13d6a2..00000000 --- a/.changeset/tough-bobcats-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -Added support for more search indexes on projects diff --git a/CHANGELOG.md b/CHANGELOG.md index 1791c95e..0a8d44ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## 2.23.1 +## 2.37.0 + +### Minor Changes + +- [#236](https://github.com/labd/commercetools-node-mock/pull/236) [`d11863d`](https://github.com/labd/commercetools-node-mock/commit/d11863d759036f82c1028184f01ac8b11cc182ac) Thanks [@saraghaedi](https://github.com/saraghaedi)! - add handler for creating in-store customer token + +- [#241](https://github.com/labd/commercetools-node-mock/pull/241) [`1c9f082`](https://github.com/labd/commercetools-node-mock/commit/1c9f082c6219ac2c30039fd9049bcf2bcd503213) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Added support for more search indexes on projects + ## 2.36.0 ### Minor Changes diff --git a/package.json b/package.json index 2adc8e3d..4858f75b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.36.0", + "version": "2.37.0", "license": "MIT", "author": "Michael van Tellingen", "type": "module",