Skip to content

Commit

Permalink
Prepare release v22.1.0
Browse files Browse the repository at this point in the history
Created-by: polyglot-release v1.3.2
  • Loading branch information
davidjgoss committed Mar 15, 2024
1 parent 6dec552 commit 878a879
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [22.1.0] - 2024-03-15
### Added
- Support `TestStepResult.exception` in results ([#345](https://github.com/cucumber/react-components/pull/345))

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

[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.0.0...HEAD
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v22.1.0...HEAD
[22.1.0]: https://github.com/cucumber/cucumber-react/compare/v22.0.0...v22.1.0
[22.0.0]: https://github.com/cucumber/cucumber-react/compare/v21.1.1...v22.0.0
[21.1.1]: https://github.com/cucumber/cucumber-react/compare/v21.1.0...v21.1.1
[21.1.0]: https://github.com/cucumber/cucumber-react/compare/v21.0.1...v21.1.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/react-components",
"version": "22.0.0",
"version": "22.1.0",
"description": "React components for Cucumber",
"type": "module",
"main": "dist/src/index.js",
Expand Down

0 comments on commit 878a879

Please sign in to comment.