From f92c410a096fbac14f280c77885e0bb61e81d331 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:29:27 +0200 Subject: [PATCH] update version (#111) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-starfishes-rest.md | 5 ----- .changeset/pretty-avocados-sort.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fuzzy-starfishes-rest.md delete mode 100644 .changeset/pretty-avocados-sort.md 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",