Skip to content

Commit d320289

Browse files
committed
Release 7.3.1
1 parent 96866f8 commit d320289

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
1515

1616
### Deprecated
1717

18-
* Deprecate `setDefinitionFunctionWrapper` and step definition option `wrapperOptions`
19-
2018
### Removed
2119

2220
### Fixed
2321

22+
## [7.3.1] (2021-07-20)
23+
24+
### Deprecated
25+
26+
* Deprecate `setDefinitionFunctionWrapper` and step definition option `wrapperOptions`
27+
28+
### Fixed
29+
2430
* Prevent duplicate scenario execution where the same feature is targeted in multiple line expressions ([#1706](https://github.com/cucumber/cucumber-js/issues/1706))
2531
* Fixed reports banner to point to [new docs](https://cucumber.io/docs/cucumber/environment-variables/) about environment variables
2632
* Re-add color functions for use with custom formatters [1582](https://github.com/cucumber/cucumber-js/issues/1582)
@@ -1858,7 +1864,8 @@ be used to get the name / tags of the running scenario. ([#947](https://github.c
18581864
18591865
18601866
<!-- Releases -->
1861-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v7.3.0...master
1867+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v7.3.1...master
1868+
[7.3.1]: https://github.com/cucumber/cucumber-js/compare/7.3.1-rc.0...7.0.0
18621869
[7.3.0]: https://github.com/cucumber/cucumber-js/compare/7.3.0-rc.0...7.0.0
18631870
[7.2.1]: https://github.com/cucumber/cucumber-js/compare/7.2.1-rc.0...7.0.0
18641871
[7.2.0]: https://github.com/cucumber/cucumber-js/compare/7.2.0-rc.0...7.0.0

0 commit comments

Comments
 (0)