Skip to content

Commit

Permalink
Release 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Apr 20, 2022
1 parent 1deac12 commit 31a1a8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,7 +8,9 @@ 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]
### Fixed

## [8.1.1] - 2022-04-20
### Fixed
- Capture dependency on `@cucumber/message-streams` to satisfy peer requirement from `@cucumber/gherkin-streams` ([#2006](https://github.com/cucumber/cucumber-js/pull/2006))

## [8.1.0] - 2022-04-20
Expand Down Expand Up @@ -1372,7 +1374,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.1.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.1.1...HEAD
[8.1.1]: https://github.com/cucumber/cucumber-js/compare/v8.1.0...v8.1.1
[8.1.0]: https://github.com/cucumber/cucumber-js/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.3...v8.0.0
[8.0.0-rc.3]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.2...v8.0.0-rc.3
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
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "8.1.0",
"version": "8.1.1",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit 31a1a8b

Please sign in to comment.