From 195ba4df60ac4ed9196338b15084882faa6a5be7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:46:41 +0200 Subject: [PATCH] Release new version (#101) * update version * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Thomas De Meyer --- .changeset/neat-phones-matter.md | 6 ------ CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changeset/neat-phones-matter.md diff --git a/.changeset/neat-phones-matter.md b/.changeset/neat-phones-matter.md deleted file mode 100644 index 4968225d..00000000 --- a/.changeset/neat-phones-matter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@labdigital/commercetools-mock': patch ---- - -- Added category asset actions -- Added cart discount custom fields diff --git a/CHANGELOG.md b/CHANGELOG.md index ec853aee..69a4a68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.14.0 +## 1.6.2 + +### Patch Changes + +- [`1396677`](https://github.com/labd/commercetools-node-mock/commit/1396677abbf57f20270b7708a2139e3f4a5a9985) Thanks [@demeyerthom](https://github.com/demeyerthom)! - Added category asset actions and cart discount custom fields + ## 1.6.1 ### Patch Changes diff --git a/package.json b/package.json index 3f11d20b..e07f41ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@labdigital/commercetools-mock", "author": "Michael van Tellingen", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.js",