Skip to content

Commit 8f21ae9

Browse files
committed
Release 8.0.0-rc.2
1 parent 6a7ddc3 commit 8f21ae9

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ 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.0.0-rc.2] - 2022-01-10
13+
### Added
14+
- Export cucumber version number. It is now possible to retrieve the current version
15+
of cucumber using `import { version } from '@cucumber/cucumber'`.
16+
([PR#1866](https://github.com/cucumber/cucumber-js/pull/1866)
17+
[Issue#1853](https://github.com/cucumber/cucumber-js/issues/1853))
18+
1119
### Changed
1220
- Switched to new `@cucumber/ci-environment` library for CI detection ([#1868](https://github.com/cucumber/cucumber-js/pull/1868))
1321

1422
### Fixed
1523
- Handles spaces in paths for developers working on cucumbers's own code ([#1845](https://github.com/cucumber/cucumber-js/issues/1845))
1624
- Ensure package.json can be imported by consuming projects
17-
([PR#1870](https://github.com/cucumber/cucumber-js/pull/1870)
18-
[Issue#1869](https://github.com/cucumber/cucumber-js/issues/1869))
25+
([PR#1870](https://github.com/cucumber/cucumber-js/pull/1870)
26+
[Issue#1869](https://github.com/cucumber/cucumber-js/issues/1869))
1927
- Allows for parentheses in paths for developers working on cucumber's own code ([[#1735](https://github.com/cucumber/cucumber-js/issues/1735)])
2028
- Smoother onboarding for Windows developers ([#1863](https://github.com/cucumber/cucumber-js/pull/1863))
2129
- Pin `colors` to `1.4.0` to fix security vulnerability ([#1884](https://github.com/cucumber/cucumber-js/issues/1884))
2230
- Pin `cli-table3` to `0.6.1` to fix security vulnerability ([#251](https://github.com/cli-table/cli-table3/pull/251))
2331

24-
### Added
25-
- Export cucumber version number. It is now possible to retrieve the current version
26-
of cucumber using `import { version } from '@cucumber/cucumber'`.
27-
([PR#1866](https://github.com/cucumber/cucumber-js/pull/1866)
28-
[Issue#1853](https://github.com/cucumber/cucumber-js/issues/1853))
29-
3032
## [8.0.0-rc.1] - 2021-10-19
3133
### Added
3234
- Add `wrapPromiseWithTimeout` to public API ([#1566](https://github.com/cucumber/cucumber-js/pull/1566))
@@ -1326,7 +1328,8 @@ this.Given(), this.When(), this.Then() and this.defineStep() ([#2](https://githu
13261328

13271329
## 0.0.1
13281330

1329-
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.1...HEAD
1331+
[Unreleased]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.2...HEAD
1332+
[8.0.0-rc.2]: https://github.com/cucumber/cucumber-js/compare/v8.0.0-rc.1...v8.0.0-rc.2
13301333
[8.0.0-rc.1]: https://github.com/cucumber/cucumber-js/compare/v7.3.1...8.0.0-rc.1
13311334
[7.3.1]: https://github.com/cucumber/cucumber-js/compare/v7.3.0...v7.3.1
13321335
[7.3.0]: https://github.com/cucumber/cucumber-js/compare/v7.2.1...v7.3.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.0.0-rc.1",
11+
"version": "8.0.0-rc.2",
1212
"homepage": "https://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <jb@jbpros.com>",
1414
"contributors": [

0 commit comments

Comments
 (0)