Skip to content

Commit 72eabd2

Browse files
committed
Prepare release v8.2.2
Created-by: polyglot-release v-develop
1 parent f5b1c14 commit 72eabd2

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
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.2] - 2022-05-27
1113
### Changed
1214
- Use latest HTML formatter with better handling for scenario outlines
1315

@@ -42,9 +44,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
4244
- 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))
4345

4446
## [8.0.0] - 2022-04-06
45-
46-
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).
47-
4847
### Changed
4948
- Emit a warning when using a Node.js version that's untested with Cucumber ([#1959](https://github.com/cucumber/cucumber-js/pull/1959))
5049

@@ -1391,7 +1390,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
13911390

13921391
## 0.0.1
13931392

1394-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.2.1...HEAD
1393+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.2.2...HEAD
1394+
[8.2.2]: https://github.com/cucumber/cucumber-js/compare/v8.2.1...v8.2.2
13951395
[8.2.1]: https://github.com/cucumber/cucumber-js/compare/v8.2.0...v8.2.1
13961396
[8.2.0]: https://github.com/cucumber/cucumber-js/compare/v8.1.2...v8.2.0
13971397
[8.1.2]: https://github.com/cucumber/cucumber-js/compare/v8.1.1...v8.1.2
@@ -1518,3 +1518,5 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
15181518
[0.1.2]: https://github.com/cucumber/cucumber-js/compare/v0.1.1...v0.1.2
15191519
[0.1.1]: https://github.com/cucumber/cucumber-js/compare/v0.1.0...v0.1.1
15201520
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.1.0
1521+
mpare/v0.1.0...v0.1.1
1522+
[0.1.0]: https://github.com/cucumber/cucumber-js/compare/v0.0.1...v0.1.0

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

0 commit comments

Comments
 (0)