Skip to content

Commit 27c3980

Browse files
Release new version (#330)
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] ### Patch Changes - [#331](#331) [`35da11e`](35da11e) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - fix: make tax rate for custom line item dependent on the cart.shippingAddress.country ?? cart.country - [#329](#329) [`9a70063`](9a70063) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - fix: implement tax rate on custom line items Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35da11e commit 27c3980

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/rotten-ravens-knock.md

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

.changeset/twelve-icons-take.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.56.1
4+
5+
### Patch Changes
6+
7+
- [#331](https://github.com/labd/commercetools-node-mock/pull/331) [`35da11e`](https://github.com/labd/commercetools-node-mock/commit/35da11e6d5ec99c706d2b0e8788357da3346b738) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - fix: make tax rate for custom line item dependent on the cart.shippingAddress.country ?? cart.country
8+
9+
- [#329](https://github.com/labd/commercetools-node-mock/pull/329) [`9a70063`](https://github.com/labd/commercetools-node-mock/commit/9a700636abae01c0e11e8a7acfa9fc54551a9408) Thanks [@BramKaashoek](https://github.com/BramKaashoek)! - fix: implement tax rate on custom line items
10+
311
## 2.56.0
412

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

0 commit comments

Comments
 (0)