diff --git a/.changeset/fuzzy-starfishes-rest.md b/.changeset/fuzzy-starfishes-rest.md deleted file mode 100644 index f131c13c..00000000 --- a/.changeset/fuzzy-starfishes-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@labdigital/commercetools-mock': minor ---- - -Added support for business units diff --git a/.changeset/pretty-avocados-sort.md b/.changeset/pretty-avocados-sort.md deleted file mode 100644 index fb5c9274..00000000 --- a/.changeset/pretty-avocados-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@labdigital/commercetools-mock': minor ---- - -Added SetCustomType action for CartDiscount diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6f1054..1bcb2bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## 0.14.0 +## 1.9.0 + +### Minor Changes + +- [`44822ab`](https://github.com/labd/commercetools-node-mock/commit/44822abb6aeb80cf1a0e8af73b6849e08205e514) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Added support for business units + +- [`44822ab`](https://github.com/labd/commercetools-node-mock/commit/44822abb6aeb80cf1a0e8af73b6849e08205e514) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Added SetCustomType action for CartDiscount + ## 1.8.1 ### Patch Changes diff --git a/package.json b/package.json index 24b83a5b..0c8b786e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@labdigital/commercetools-mock", "author": "Michael van Tellingen", - "version": "1.8.1", + "version": "1.9.0", "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.js",