diff --git a/.changeset/brave-flies-try.md b/.changeset/brave-flies-try.md deleted file mode 100644 index 2eb13726..00000000 --- a/.changeset/brave-flies-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -feat: implement support for set line-item custom types and fields on carts and orders diff --git a/.changeset/rich-pens-joke.md b/.changeset/rich-pens-joke.md deleted file mode 100644 index d2573906..00000000 --- a/.changeset/rich-pens-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -update MSW depedency to 2.8.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ca4c5d..698108ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 2.59.0 + +### Minor Changes + +- [#341](https://github.com/labd/commercetools-node-mock/pull/341) [`bde20b2`](https://github.com/labd/commercetools-node-mock/commit/bde20b217f48b4481b8dbb986dce583b9a4e04b9) Thanks [@mikedebock](https://github.com/mikedebock)! - feat: implement support for set line-item custom types and fields on carts and orders + +- [#343](https://github.com/labd/commercetools-node-mock/pull/343) [`e36d8dc`](https://github.com/labd/commercetools-node-mock/commit/e36d8dc2e244a334893b77db0c98353358dab84c) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - update MSW depedency to 2.8.4 + ## 2.58.0 ### Minor Changes diff --git a/package.json b/package.json index 8e12a670..bbbad019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.58.0", + "version": "2.59.0", "license": "MIT", "author": "Michael van Tellingen", "type": "module",