Skip to content

Commit ee49ecd

Browse files
committed
Release v2.2.4
1 parent cf0d7cb commit ee49ecd

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
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [2.2.4] - 2020-06-22
911
### Fixed
1012
- `main` tag not working properly in IE 11.
1113
- Possible duped keys in `OrderTotal`.

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.2.3",
4+
"version": "2.2.4",
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.2.3",
2+
"version": "2.2.4",
33
"scripts": {
44
"lint": "tsc --noEmit && eslint --quiet --ext ts,tsx .",
55
"test": "vtex-test-tools test"

0 commit comments

Comments
 (0)