Skip to content

Commit 7e1f858

Browse files
committed
Release 8.1.0
1 parent e60f503 commit 7e1f858

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
99

1010
## [Unreleased]
11+
12+
## [8.1.0] - 2022-04-20
1113
### Added
1214
- Add support for named hooks (see [documentation](./docs/support_files/hooks.md#named-hooks)) ([#1994](https://github.com/cucumber/cucumber-js/pull/1994))
1315
- Add generics support for world parameters type in world-related interfaces and classes (see [documentation](./docs/support_files/world.md#typescript)) ([#1968](https://github.com/cucumber/cucumber-js/issues/1968) [#2002](https://github.com/cucumber/cucumber-js/pull/2002))
@@ -1368,7 +1370,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
13681370

13691371
## 0.0.1
13701372

1371-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.0.0...HEAD
1373+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.1.0...HEAD
1374+
[8.1.0]: https://github.com/cucumber/cucumber-js/compare/v8.0.0...v8.1.0
13721375
[8.0.0]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.3...v8.0.0
13731376
[8.0.0-rc.3]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.2...v8.0.0-rc.3
13741377
[8.0.0-rc.2]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.1...v8.0.0-rc.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "8.0.0",
11+
"version": "8.1.0",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]>",
1414
"contributors": [

0 commit comments

Comments
 (0)