Skip to content

Commit 67de195

Browse files
Release new version (labd#253)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @labdigital/commercetools-mock@2.41.0 ### Minor Changes - [labd#248](labd#248) [`1530420`](labd@1530420) Thanks [@gijsmin](https://github.com/gijsmin)! - add missing addParcelCustomField action to order - [labd#252](labd#252) [`f40bbea`](labd@f40bbea) Thanks [@mikedebock](https://github.com/mikedebock)! - Add support for lowercaseEmail on customers ### Patch Changes - [labd#251](labd#251) [`f61e38d`](labd@f61e38d) Thanks [@jsm1t](https://github.com/jsm1t)! - Fix customer not being allowed to have no stores Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f61e38d commit 67de195

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/cold-bugs-approve.md

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

.changeset/ten-clocks-approve.md

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

.changeset/ten-rocks-walk.md

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

CHANGELOG.md

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

3+
## 2.41.0
4+
5+
### Minor Changes
6+
7+
- [#248](https://github.com/labd/commercetools-node-mock/pull/248) [`1530420`](https://github.com/labd/commercetools-node-mock/commit/1530420ce67810bc7f88e90b3c4de46b98c9bbca) Thanks [@gijsmin](https://github.com/gijsmin)! - add missing addParcelCustomField action to order
8+
9+
- [#252](https://github.com/labd/commercetools-node-mock/pull/252) [`f40bbea`](https://github.com/labd/commercetools-node-mock/commit/f40bbea082333c3f3efbf175f033e6b807e61ebf) Thanks [@mikedebock](https://github.com/mikedebock)! - Add support for lowercaseEmail on customers
10+
11+
### Patch Changes
12+
13+
- [#251](https://github.com/labd/commercetools-node-mock/pull/251) [`f61e38d`](https://github.com/labd/commercetools-node-mock/commit/f61e38dc32af4094c49618354c4ea393d35baaab) Thanks [@jsm1t](https://github.com/jsm1t)! - Fix customer not being allowed to have no stores
14+
315
## 2.40.0
416

517
### 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.40.0",
3+
"version": "2.41.0",
44
"license": "MIT",
55
"author": "Michael van Tellingen",
66
"type": "module",

0 commit comments

Comments
 (0)