Skip to content

Commit 46629a8

Browse files
committed
Release 8.2.1
1 parent c3e6b12 commit 46629a8

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.2.1] - 2022-05-14
1113
### Fixed
1214
- Fix return type of step hook function to allow async functions ([#2038](https://github.com/cucumber/cucumber-js/pull/2038))
1315

@@ -1387,7 +1389,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
13871389

13881390
## 0.0.1
13891391

1390-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.2.0...HEAD
1392+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.2.1...HEAD
1393+
[8.2.1]: https://github.com/cucumber/cucumber-js/compare/v8.2.0...v8.2.1
13911394
[8.2.0]: https://github.com/cucumber/cucumber-js/compare/v8.1.2...v8.2.0
13921395
[8.1.2]: https://github.com/cucumber/cucumber-js/compare/v8.1.1...v8.1.2
13931396
[8.1.1]: https://github.com/cucumber/cucumber-js/compare/v8.1.0...v8.1.1

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.2.0",
11+
"version": "8.2.1",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <jb@jbpros.com>",
1414
"contributors": [

0 commit comments

Comments
 (0)