Skip to content

Commit 4399311

Browse files
Release new version (#324)
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.55.0 ### Minor Changes - [#323](#323) [`e29f6e1`](e29f6e1) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Add support for attributes at Product level Add DiscountGroup, RecurrencePolicy, and RecurringOrder services Add PaymentUpdateAction methods Add invalidateOlderTokens to customer token creation Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e29f6e1 commit 4399311

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.changeset/better-loops-sneeze.md

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

CHANGELOG.md

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

3+
## 2.55.0
4+
5+
### Minor Changes
6+
7+
- [#323](https://github.com/labd/commercetools-node-mock/pull/323) [`e29f6e1`](https://github.com/labd/commercetools-node-mock/commit/e29f6e1573188472c2ae62b70123c6332936caa4) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - Add support for attributes at Product level
8+
Add DiscountGroup, RecurrencePolicy, and RecurringOrder services
9+
Add PaymentUpdateAction methods
10+
Add invalidateOlderTokens to customer token creation
11+
312
## 2.54.0
413

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

0 commit comments

Comments
 (0)