Skip to content

Commit 283488d

Browse files
Release new version (#328)
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 - [#326](#326) [`8c3dcfe`](8c3dcfe) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Add support for custom line items on cart ### Patch Changes - [#320](#320) [`7a466c6`](7a466c6) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - fix: IN operator can be both a list and a single value - [#327](#327) [`be5a2b5`](be5a2b5) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Fix IN operator to work correctly with array values in predicate parser Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c3dcfe commit 283488d

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/cold-buttons-attend.md

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

.changeset/plain-bugs-fold.md

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

.changeset/yellow-rabbits-marry.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
# CHANGELOG
22

3+
## 2.56.0
4+
5+
### Minor Changes
6+
7+
- [#326](https://github.com/labd/commercetools-node-mock/pull/326) [`8c3dcfe`](https://github.com/labd/commercetools-node-mock/commit/8c3dcfe0ed475a47f36bed563ee0b4db0ba932c7) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Add support for custom line items on cart
8+
9+
### Patch Changes
10+
11+
- [#320](https://github.com/labd/commercetools-node-mock/pull/320) [`7a466c6`](https://github.com/labd/commercetools-node-mock/commit/7a466c676995602d9f5fb6e9060ed5c40c3e78f2) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - fix: IN operator can be both a list and a single value
12+
13+
- [#327](https://github.com/labd/commercetools-node-mock/pull/327) [`be5a2b5`](https://github.com/labd/commercetools-node-mock/commit/be5a2b55f3264ed2c2a683be78568253f10a7ef5) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Fix IN operator to work correctly with array values in predicate parser
14+
315
## 2.55.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.55.0",
3+
"version": "2.56.0",
44
"license": "MIT",
55
"author": "Michael van Tellingen",
66
"type": "module",

0 commit comments

Comments
 (0)