Skip to content

Commit dad0fb7

Browse files
committed
Release 7.1.0
1 parent 136df5d commit dad0fb7

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- Support attachments that are already base64-encoded via a prefix on the MIME type e.g. `this.attach(base64String, 'base64:image/png')` ([#1552](https://github.com/cucumber/cucumber-js/pull/1552))
15-
- Support tagged rules ([cucumber#1123](https://github.com/cucumber/cucumber/issues/1123))
16-
1714
### Changed
1815

1916
### Deprecated
@@ -22,6 +19,15 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
2219

2320
### Fixed
2421

22+
## [7.1.0] (2021-04-06)
23+
24+
### Added
25+
26+
- Support attachments that are already base64-encoded via a prefix on the MIME type e.g. `this.attach(base64String, 'base64:image/png')` ([#1552](https://github.com/cucumber/cucumber-js/pull/1552))
27+
- Support tagged rules ([cucumber#1123](https://github.com/cucumber/cucumber/issues/1123))
28+
29+
### Fixed
30+
2531
* Fix types for hook functions so they can return e.g. `'skipped'` ([#1542](https://github.com/cucumber/cucumber-js/pull/1542))
2632
* Display the response of the reports server when an error is returned before failing. ([#1608](https://github.com/cucumber/cucumber-js/pull/1608))
2733
* Remove unnecessary implicit dependency on `long` package ([cucumber#1313](https://github.com/cucumber/cucumber/pull/1313))
@@ -1807,7 +1813,8 @@ be used to get the name / tags of the running scenario. ([#947](https://github.c
18071813
18081814
18091815
<!-- Releases -->
1810-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v7.0.0...master
1816+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v7.1.0...master
1817+
[7.1.0]: https://github.com/cucumber/cucumber-js/compare/7.1.0-rc.0...7.0.0
18111818
[7.0.0]: https://github.com/cucumber/cucumber-js/compare/7.0.0-rc.0...v7.0.0
18121819
[7.0.0-rc.0]: https://github.com/cucumber/cucumber-js/compare/v6.0.5...v7.0.0-rc.0
18131820
[6.0.5]: https://github.com/cucumber/cucumber-js/compare/v6.0.4...v6.0.5

0 commit comments

Comments
 (0)