Skip to content

Commit

Permalink
Prepare release v8.5.2
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v-develop
  • Loading branch information
davidjgoss committed Aug 24, 2022
1 parent 0ac8f58 commit 49b7409
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ 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.2] - 2022-08-24
### Added
- `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))
Expand Down Expand Up @@ -1422,7 +1424,8 @@ 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.2...HEAD
[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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "8.5.1",
"version": "8.5.2",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 49b7409

Please sign in to comment.