diff --git a/.changeset/famous-candles-work.md b/.changeset/famous-candles-work.md deleted file mode 100644 index 7c8f8672..00000000 --- a/.changeset/famous-candles-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@labdigital/commercetools-mock': patch ---- - -fix: remove general error from customer diff --git a/.changeset/mighty-turkeys-nail.md b/.changeset/mighty-turkeys-nail.md deleted file mode 100644 index 4d8fdf03..00000000 --- a/.changeset/mighty-turkeys-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@labdigital/commercetools-mock': patch ---- - -update docker github actions, fix container build diff --git a/.changeset/unlucky-ducks-mate.md b/.changeset/unlucky-ducks-mate.md deleted file mode 100644 index f9d90781..00000000 --- a/.changeset/unlucky-ducks-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@labdigital/commercetools-mock': minor ---- - -add setCustomField to customer diff --git a/CHANGELOG.md b/CHANGELOG.md index faeda613..070da435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## 0.14.0 +## 1.5.0 + +### Minor Changes + +- [`9de64b0`](https://github.com/labd/commercetools-node-mock/commit/9de64b098399484fc8b72ceb7a6650f423b96490) Thanks [@okkevandereijk](https://github.com/okkevandereijk)! - add setCustomField to customer + +### Patch Changes + +- [`131ef6c`](https://github.com/labd/commercetools-node-mock/commit/131ef6c76eec3438950c69c5af33a469e3483bfe) Thanks [@okkevandereijk](https://github.com/okkevandereijk)! - fix: remove general error from customer + +- [`acbba1f`](https://github.com/labd/commercetools-node-mock/commit/acbba1f6e4ad69617784ff313c60874f2f6d7d7d) Thanks [@okkevandereijk](https://github.com/okkevandereijk)! - update docker github actions, fix container build + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index b28fc619..d420874a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@labdigital/commercetools-mock", "author": "Michael van Tellingen", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "main": "dist/index.cjs", "module": "dist/index.js",