diff --git a/.changeset/cold-phones-film.md b/.changeset/cold-phones-film.md deleted file mode 100644 index c4f78d84..00000000 --- a/.changeset/cold-phones-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -Add HighPrecisionMoney support diff --git a/.changeset/cozy-meals-rush.md b/.changeset/cozy-meals-rush.md deleted file mode 100644 index d776cb97..00000000 --- a/.changeset/cozy-meals-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@labdigital/commercetools-mock": minor ---- - -Add basic support for discount codes in the cart repository diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c5a933..1af1c01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 2.63.0 + +### Minor Changes + +- [#365](https://github.com/labd/commercetools-node-mock/pull/365) [`ef7ef13`](https://github.com/labd/commercetools-node-mock/commit/ef7ef13fbacecf6544a8ce0d0a4e7a54f9f4c654) Thanks [@robertmoelker](https://github.com/robertmoelker)! - Add HighPrecisionMoney support + +- [#360](https://github.com/labd/commercetools-node-mock/pull/360) [`06315c6`](https://github.com/labd/commercetools-node-mock/commit/06315c638a8829a58e866e8e570424762ba2fdd9) Thanks [@daanjo3](https://github.com/daanjo3)! - Add basic support for discount codes in the cart repository + ## 2.62.1 ### Patch Changes diff --git a/package.json b/package.json index 31d6ce0e..d2714aa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@labdigital/commercetools-mock", - "version": "2.62.1", + "version": "2.63.0", "license": "MIT", "author": "Michael van Tellingen", "type": "module",