Skip to content

Commit 878a879

Browse files
committed
Prepare release v22.1.0
Created-by: polyglot-release v1.3.2
1 parent 6dec552 commit 878a879

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [22.1.0] - 2024-03-15
911
### Added
1012
- Support `TestStepResult.exception` in results ([#345](https://github.com/cucumber/react-components/pull/345))
1113

@@ -404,7 +406,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
404406
### Added
405407
- First release
406408

407-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.0.0...HEAD
409+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.1.0...HEAD
410+
[22.1.0]: https://github.com/cucumber/cucumber-react/compare/v22.0.0...v22.1.0
408411
[22.0.0]: https://github.com/cucumber/cucumber-react/compare/v21.1.1...v22.0.0
409412
[21.1.1]: https://github.com/cucumber/cucumber-react/compare/v21.1.0...v21.1.1
410413
[21.1.0]: https://github.com/cucumber/cucumber-react/compare/v21.0.1...v21.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
@@ -1,6 +1,6 @@
11
{
22
"name": "@cucumber/react-components",
3-
"version": "22.0.0",
3+
"version": "22.1.0",
44
"description": "React components for Cucumber",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)