Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Sep 14, 2022
2 parents d11074c + 7298f30 commit c10e8d4
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 224 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]

## [8.5.3] - 2022-09-10
### Fixed
- Default `stderr` if not provided to `Cli` constructor ([#2138](https://github.com/cucumber/cucumber-js/pull/2138))

## [8.5.2] - 2022-08-24
### Added
- `IPublishConfig` interface for use in return type of `makePublishConfig` instead of explicit `any` ([#1648](https://github.com/cucumber/cucumber-js/pull/2106))
- `IMethods` interface for use in `getTimestamp`, `durationBetweenTimestamps`, and `wrapPromiseWithTimeout` functions and `methods` in `time` module instead of explicit `any` ([#2111](https://github.com/cucumber/cucumber-js/pull/2111))
- `IPublishConfig` interface for use in return type of `makePublishConfig` instead of explicit `any` ([#2106](https://github.com/cucumber/cucumber-js/pull/2106))

### Fixed
- Add override to ensure `ansi-regex` version is `^5.0.1` ([#2114](https://github.com/cucumber/cucumber-js/pull/2114))
Expand Down Expand Up @@ -1421,7 +1428,9 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu

## 0.0.1

[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.5.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.5.3...HEAD
[8.5.3]: https://github.com/cucumber/cucumber-js/compare/v8.5.2...v8.5.3
[8.5.2]: https://github.com/cucumber/cucumber-js/compare/v8.5.1...v8.5.2
[8.5.1]: https://github.com/cucumber/cucumber-js/compare/v8.5.0...v8.5.1
[8.5.0]: https://github.com/cucumber/cucumber-js/compare/v8.4.0...v8.5.0
[8.4.0]: https://github.com/cucumber/cucumber-js/compare/v8.3.1...v8.4.0
Expand Down
Loading

0 comments on commit c10e8d4

Please sign in to comment.