Skip to content

Commit d59d532

Browse files
Release new version (#153)
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 - [#154](#154) [`282bf59`](282bf59) Thanks [@mikedebock](https://github.com/mikedebock)! - add support for customer setCustomerNumber action - [#152](#152) [`7c83048`](7c83048) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Adds variant IDs when creating ShoppingListLineItems. Implement Variant expansion on ShoppingListLineItems. Implement ShoppingList update actions. ### Minor Changes - [`c36ccb6`](c36ccb6) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Implement all Payment update actions Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 282bf59 commit d59d532

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/flat-papayas-cough.md

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

.changeset/tasty-hotels-divide.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
## 2.15.0
22

3+
## 2.16.0
4+
5+
### Minor Changes
6+
7+
- [#154](https://github.com/labd/commercetools-node-mock/pull/154) [`282bf59`](https://github.com/labd/commercetools-node-mock/commit/282bf5967a0cac36e97f6a17a11c1e3314962320) Thanks [@mikedebock](https://github.com/mikedebock)! - add support for customer setCustomerNumber action
8+
9+
- [#152](https://github.com/labd/commercetools-node-mock/pull/152) [`7c83048`](https://github.com/labd/commercetools-node-mock/commit/7c8304875c57acd214eb0190808325f14714327a) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Adds variant IDs when creating ShoppingListLineItems. Implement Variant expansion on ShoppingListLineItems. Implement ShoppingList update actions.
10+
311
### Minor Changes
412

513
- [`c36ccb6`](https://github.com/labd/commercetools-node-mock/commit/c36ccb6da4ad4674cb4d54f73d9cbd7949dc7c2b) Thanks [@mvantellingen](https://github.com/mvantellingen)! - Implement all Payment update actions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@labdigital/commercetools-mock",
33
"author": "Michael van Tellingen",
4-
"version": "2.15.0",
4+
"version": "2.16.0",
55
"license": "MIT",
66
"main": "dist/index.cjs",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)