Skip to content

Commit ab9cc64

Browse files
committed
Release v2.13.1
1 parent b8d5cef commit ab9cc64

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.13.1] - 2021-11-05
11+
1012
### Fixed
1113

1214
- `Product` now uses `item.sellingPrice` instead of `item.price` to take into account any discounts.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "order-placed",
4-
"version": "2.13.0",
4+
"version": "2.13.1",
55
"title": "Order Placed",
66
"description": "",
77
"registries": [

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13.0",
2+
"version": "2.13.1",
33
"scripts": {
44
"test": "vtex-test-tools test"
55
},

0 commit comments

Comments
 (0)