Skip to content

Commit

Permalink
Prepare release v8.2.2
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v-develop
  • Loading branch information
davidjgoss committed May 27, 2022
1 parent f5b1c14 commit 72eabd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions 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.2.2] - 2022-05-27
### Changed
- Use latest HTML formatter with better handling for scenario outlines

Expand Down Expand Up @@ -42,9 +44,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
- Correctly escape backslashes in generated expressions for snippets ([#1324](https://github.com/cucumber/cucumber-js/issues/1324) [#1995](https://github.com/cucumber/cucumber-js/pull/1995))

## [8.0.0] - 2022-04-06

Read the [blog post](https://cucumber.io/blog/open-source/announcing-cucumber-js-8-0-0/) and the [upgrading instructions](https://github.com/cucumber/cucumber-js/blob/main/UPGRADING.md#800).

### Changed
- Emit a warning when using a Node.js version that's untested with Cucumber ([#1959](https://github.com/cucumber/cucumber-js/pull/1959))

Expand Down Expand Up @@ -1391,7 +1390,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.2.1...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.2.2...HEAD
[8.2.2]: https://github.com/cucumber/cucumber-js/compare/v8.2.1...v8.2.2
[8.2.1]: https://github.com/cucumber/cucumber-js/compare/v8.2.0...v8.2.1
[8.2.0]: https://github.com/cucumber/cucumber-js/compare/v8.1.2...v8.2.0
[8.1.2]: https://github.com/cucumber/cucumber-js/compare/v8.1.1...v8.1.2
Expand Down Expand Up @@ -1518,3 +1518,5 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
[0.1.2]: https://github.com/cucumber/cucumber-js/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/cucumber/cucumber-js/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.1.0
mpare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.1.0
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.2.1",
"version": "8.2.2",
"homepage": "https://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com>",
"contributors": [
Expand Down

0 comments on commit 72eabd2

Please sign in to comment.