Skip to content

Commit 6d424d2

Browse files
committed
Release 7.3.0
1 parent 253bdcc commit 6d424d2

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
1111

1212
### Added
1313

14+
### Changed
15+
16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [7.3.0] (2021-06-17)
23+
24+
### Added
25+
1426
* Experimental support for [Markdown](https://github.com/cucumber/common/blob/main/gherkin/MARKDOWN_WITH_GHERKIN.md)
1527
([#1645](https://github.com/cucumber/cucumber-js/pull/1645))
1628

@@ -20,10 +32,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
2032
[#1669](https://github.com/cucumber/cucumber-js/pull/1669))
2133
* Clarify that the JSON formatter will not be removed any time soon
2234

23-
### Deprecated
24-
25-
### Removed
26-
2735
### Fixed
2836

2937
* `this` now has correct TypeScript type in support code functions ([#1667](https://github.com/cucumber/cucumber-js/issues/1667) [#1690](https://github.com/cucumber/cucumber-js/pull/1690))
@@ -1843,7 +1851,8 @@ be used to get the name / tags of the running scenario. ([#947](https://github.c
18431851
18441852
18451853
<!-- Releases -->
1846-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v7.2.1...master
1854+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v7.3.0...master
1855+
[7.3.0]: https://github.com/cucumber/cucumber-js/compare/7.3.0-rc.0...7.0.0
18471856
[7.2.1]: https://github.com/cucumber/cucumber-js/compare/7.2.1-rc.0...7.0.0
18481857
[7.2.0]: https://github.com/cucumber/cucumber-js/compare/7.2.0-rc.0...7.0.0
18491858
[7.1.0]: https://github.com/cucumber/cucumber-js/compare/7.1.0-rc.0...7.0.0

0 commit comments

Comments
 (0)