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",