Skip to content

Commit a853f25

Browse files
committed
Prepare release v24.1.0
Created-by: polyglot-release v1.7.2
1 parent 1d2d33c commit a853f25

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+
## [24.1.0] - 2025-11-22
911
### Changed
1012
- Hide successful hooks by default ([#415](https://github.com/cucumber/react-components/pull/415))
1113

@@ -492,7 +494,8 @@ to rebuild them every time the envelope list is updated. Use this instead of `<W
492494
### Added
493495
- First release
494496

495-
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v24.0.1...HEAD
497+
[Unreleased]: https://github.com/cucumber/cucumber-react/compare/v24.1.0...HEAD
498+
[24.1.0]: https://github.com/cucumber/cucumber-react/compare/v24.0.1...v24.1.0
496499
[24.0.1]: https://github.com/cucumber/cucumber-react/compare/v24.0.0...v24.0.1
497500
[24.0.0]: https://github.com/cucumber/cucumber-react/compare/v23.2.0...v24.0.0
498501
[23.2.0]: https://github.com/cucumber/cucumber-react/compare/v23.1.1...v23.2.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": "24.0.1",
3+
"version": "24.1.0",
44
"description": "React components for Cucumber",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)