Skip to content

Commit 7e69c99

Browse files
authored
Release v0.19.1 (#174)
* Skip Google Pay test * Fill billing address when invoice data does not have postal code * Release v0.19.1
1 parent 98cf722 commit 7e69c99

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

CHANGELOG.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.1] - 2023-07-11
11+
1012
### Fixed
1113

1214
- Fill billing address when invoice data does not have postal code
@@ -660,6 +662,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
660662
[0.12.0]: https://github.com/vtex/checkout-ui-tests/compare/v0.11.4...v0.12.0
661663
[0.11.4]: https://github.com/vtex/checkout-ui-tests/compare/v0.11.3...v0.11.4
662664
[unreleased]: https://github.com/vtex/checkout-ui-tests/compare/v0.16.0...HEAD
665+
[0.19.1]: https://github.com/vtex/checkout-ui-tests/compare/v0.19.0...v0.19.1
663666
[0.19.0]: https://github.com/vtex/checkout-ui-tests/compare/v0.18.0...v0.19.0
664667
[0.18.0]: https://github.com/vtex/checkout-ui-tests/compare/v0.17.0...v0.18.0
665668
[0.17.0]: https://github.com/vtex/checkout-ui-tests/compare/v0.16.0...v0.17.0
@@ -670,14 +673,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
670673
[0.13.2]: https://github.com/vtex/checkout-ui-tests/compare/v0.13.1...v0.13.2
671674
[0.13.1]: https://github.com/vtex/checkout-ui-tests/compare/v0.13.0...v0.13.1
672675
[unreleased]: https://github.com/vtex/checkout-ui-tests/compare/v0.17.0...HEAD
673-
674-
<<<<<<< HEAD
675-
<<<<<<< HEAD
676-
677-
# [Unreleased]: https://github.com/vtex/checkout-ui-tests/compare/v0.19.0...HEAD
678-
679-
> > > > > > > # a8ec855 (updating CHANGELOG.md)
680-
681-
[unreleased]: https://github.com/vtex/checkout-ui-tests/compare/v0.18.0...HEAD
682-
683-
> > > > > > > cc52b41 (Release v0.18.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout-ui-tests",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "",
55
"main": "src/monitoring/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)