Skip to content

Commit dbcf2fc

Browse files
committed
Release v1.9.1
1 parent 60a4dd0 commit dbcf2fc

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+
## [1.9.1] - 2023-02-16
11+
1012
### Added
1113
- add cssHandle on payment installments
1214

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-details",
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"title": "Order Details Components",
66
"description": "Components to display information on an order",
77
"defaultLocale": "pt-BR",

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"lint": "eslint --quiet --fix --ext ts,tsx .",
4545
"test": "vtex-test-tools test"
4646
},
47-
"version": "1.9.0"
47+
"version": "1.9.1"
4848
}

0 commit comments

Comments
 (0)