@@ -8,25 +8,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
Please see [ CONTRIBUTING.md] ( https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md ) on how to contribute to Cucumber.
9
9
10
10
## [ 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
+
11
19
### Changed
12
20
- Switched to new ` @cucumber/ci-environment ` library for CI detection ([ #1868 ] ( https://github.com/cucumber/cucumber-js/pull/1868 ) )
13
21
14
22
### Fixed
15
23
- Handles spaces in paths for developers working on cucumbers's own code ([ #1845 ] ( https://github.com/cucumber/cucumber-js/issues/1845 ) )
16
24
- 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 ) )
19
27
- Allows for parentheses in paths for developers working on cucumber's own code ([[ #1735 ] ( https://github.com/cucumber/cucumber-js/issues/1735 )] )
20
28
- Smoother onboarding for Windows developers ([ #1863 ] ( https://github.com/cucumber/cucumber-js/pull/1863 ) )
21
29
- Pin ` colors ` to ` 1.4.0 ` to fix security vulnerability ([ #1884 ] ( https://github.com/cucumber/cucumber-js/issues/1884 ) )
22
30
- Pin ` cli-table3 ` to ` 0.6.1 ` to fix security vulnerability ([ #251 ] ( https://github.com/cli-table/cli-table3/pull/251 ) )
23
31
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
-
30
32
## [ 8.0.0-rc.1] - 2021-10-19
31
33
### Added
32
34
- 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
1326
1328
1327
1329
## 0.0.1
1328
1330
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
1330
1333
[ 8.0.0-rc.1 ] : https://github.com/cucumber/cucumber-js/compare/v7.3.1...8.0.0-rc.1
1331
1334
[ 7.3.1 ] : https://github.com/cucumber/cucumber-js/compare/v7.3.0...v7.3.1
1332
1335
[ 7.3.0 ] : https://github.com/cucumber/cucumber-js/compare/v7.2.1...v7.3.0
0 commit comments