Skip to content

Commit 1168830

Browse files
committed
Release v2.19.11
1 parent abed9db commit 1168830

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.19.11] - 2022-06-17
11+
1012
### Fixed
1113

1214
- Revert fix encode URI email.

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": "return-app",
4-
"version": "2.19.10",
4+
"version": "2.19.11",
55
"title": "Return app",
66
"description": "Return app",
77
"dependencies": {

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"scripts": {
3434
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
3535
},
36-
"version": "2.19.10"
36+
"version": "2.19.11"
3737
}

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide",
4747
"vtex.telemarketing": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.telemarketing@2.11.1/public/@types/vtex.telemarketing"
4848
},
49-
"version": "2.19.10"
49+
"version": "2.19.11"
5050
}

0 commit comments

Comments
 (0)