Skip to content

Commit d758cdc

Browse files
committed
Release 20.0.1
1 parent f862bfc commit d758cdc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
10+
## [20.0.1] - 2022-04-14
911
### Fixed
1012
- Downgrade `@fortawesome` packages which seemed to cause issues with html-formatter
1113

@@ -360,7 +362,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
360362
### Added
361363
- First release
362364

363-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v20.0.0...HEAD
365+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v20.0.1...HEAD
366+
[20.0.1]: https://github.com/cucumber/cucumber-react/compare/v20.0.0...v20.0.1
364367
[20.0.0]: https://github.com/cucumber/cucumber-react/compare/v19.2.0...v20.0.0
365368
[19.2.0]: https://github.com/cucumber/cucumber-react/compare/v19.1.1...v19.2.0
366369
[19.1.1]: https://github.com/cucumber/cucumber-react/compare/v19.1.0...v19.1.1
@@ -396,6 +399,3 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
396399
[4.1.1]: https://github.com/cucumber/cucumber-react/compare/v4.0.0...v4.1.1
397400
[4.0.0]: https://github.com/cucumber/cucumber-react/compare/v3.3.0...v4.0.0
398401
[3.3.0]: https://github.com/cucumber/cucumber-react/compare/v3.2.0...v3.3.0
399-
blehat]: https://github.com/hWorblehat
400-
[sebrose]: https://github.com/sebrose
401-
[vincent-psarga]: https://github.com/vincent-psarga

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/react-components",
3-
"version": "20.0.0",
3+
"version": "20.0.1",
44
"description": "React components for Cucumber",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)