Skip to content

Commit

Permalink
Release new version (labd#253)
Browse files Browse the repository at this point in the history
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/[email protected]

### 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 21, 2024
1 parent f61e38d commit 67de195
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-bugs-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-clocks-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-rocks-walk.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## 2.23.1

## 2.41.0

### Minor Changes

- [#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

- [#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

### Patch Changes

- [#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

## 2.40.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labdigital/commercetools-mock",
"version": "2.40.0",
"version": "2.41.0",
"license": "MIT",
"author": "Michael van Tellingen",
"type": "module",
Expand Down

0 comments on commit 67de195

Please sign in to comment.