Skip to content

Commit db94910

Browse files
Release new version (#339)
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 - [#340](#340) [`d2e5bf8`](d2e5bf8) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Feat: takes store key from cart draft if not avaiable from context - [#338](#338) [`a5cc7d7`](a5cc7d7) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Feat: set shipping method from cart draft as shipping method Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d2e5bf8 commit db94910

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/gentle-pots-accept.md

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

.changeset/rare-towns-hang.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 2.58.0
4+
5+
### Minor Changes
6+
7+
- [#340](https://github.com/labd/commercetools-node-mock/pull/340) [`d2e5bf8`](https://github.com/labd/commercetools-node-mock/commit/d2e5bf876f5a1115ef61c34f7ce5579b36cea1f8) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Feat: takes store key from cart draft if not avaiable from context
8+
9+
- [#338](https://github.com/labd/commercetools-node-mock/pull/338) [`a5cc7d7`](https://github.com/labd/commercetools-node-mock/commit/a5cc7d7be0fbc2c04af5e2744f3d00110a3b1350) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Feat: set shipping method from cart draft as shipping method
10+
311
## 2.57.1
412

513
### Patch 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.57.1",
3+
"version": "2.58.0",
44
"license": "MIT",
55
"author": "Michael van Tellingen",
66
"type": "module",

0 commit comments

Comments
 (0)