Skip to content

Commit bd17654

Browse files
github-actions[bot]mvantellingen
authored andcommitted
update version
1 parent 21780e7 commit bd17654

5 files changed

Lines changed: 16 additions & 19 deletions

File tree

.changeset/gorgeous-turtles-judge.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/khaki-turtles-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-elephants-notice.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## 2.23.1
22

3+
## 2.38.0
4+
5+
### Minor Changes
6+
7+
- [#245](https://github.com/labd/commercetools-node-mock/pull/245) [`ac90ac3`](https://github.com/labd/commercetools-node-mock/commit/ac90ac32d3a33c22b94a4f97fd100f379f4714f6) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Improve mocking of customer updates. This includes adding support for
8+
`removeAddress`, `removeBillingAddressId`, `removeShippingAddressId`,
9+
`setCustomerGroup`, `setDateOfBirth`, `setDefaultShippingAddress`,
10+
`setDefaultBillingAddress`, `setMiddleName`, `setTitle`.
11+
12+
- [`d9cc9b1`](https://github.com/labd/commercetools-node-mock/commit/d9cc9b1e4f712a5f77c3366ff36b15f09dd8cf99) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Use type-safe quality operators (`===`)
13+
14+
### Patch Changes
15+
16+
- [#243](https://github.com/labd/commercetools-node-mock/pull/243) [`3a148e0`](https://github.com/labd/commercetools-node-mock/commit/3a148e03fd1854e2eae3b5539f7fe25d57040613) Thanks [@jsm1t](https://github.com/jsm1t)! - Fix for defaultBillingAddress & defaultShippingAddress customer create options not working
17+
318
## 2.37.0
419

520
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labdigital/commercetools-mock",
3-
"version": "2.37.0",
3+
"version": "2.38.0",
44
"license": "MIT",
55
"author": "Michael van Tellingen",
66
"type": "module",

0 commit comments

Comments
 (0)