From a4a76cc97474357425a54fea3bfaed269abcd31f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:38:04 +0200 Subject: [PATCH] Release new version (#208) 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.29.1 ### Patch Changes - [#207](https://github.com/labd/commercetools-node-mock/pull/207) [`28bca80`](https://github.com/labd/commercetools-node-mock/commit/28bca80473015efaae94e918f4c998f6ddd06629) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Added additional options to project settings Co-authored-by: github-actions[bot] --- .changeset/hip-ants-shave.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hip-ants-shave.md diff --git a/.changeset/hip-ants-shave.md b/.changeset/hip-ants-shave.md deleted file mode 100644 index c1287f8a..00000000 --- a/.changeset/hip-ants-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": patch ---- - -Added additional options to project settings diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c854e96..1be6ba02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 2.23.1 +## 2.29.1 + +### Patch Changes + +- [#207](https://github.com/labd/commercetools-node-mock/pull/207) [`28bca80`](https://github.com/labd/commercetools-node-mock/commit/28bca80473015efaae94e918f4c998f6ddd06629) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Added additional options to project settings + ## 2.29.0 ### Minor Changes diff --git a/package.json b/package.json index 8ec338fb..57d93554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.29.0", + "version": "2.29.1", "license": "MIT", "author": "Michael van Tellingen", "type": "module",